📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 13:37:46
📂
/ (Root)
/
lib
/
dracut
/
modules.d
/
01fips
📍 /lib/dracut/modules.d/01fips
🔄 Refresh
✏️
Editing: fips-noboot.sh
Read Only
#!/bin/sh if ! fipsmode=$(getarg fips) || [ $fipsmode = "0" ]; then rm -f -- /etc/modprobe.d/fips.conf >/dev/null 2>&1 elif ! [ -f /tmp/fipsdone ]; then . /sbin/fips.sh mount_boot do_fips || die "FIPS integrity test failed" fi
💾 Save Changes
❌ Cancel