diff options
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 9be0f2f1..4f4fc6d9 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -85,7 +85,7 @@ relabel_selinux() { echo $"*** system size and speed of hard drives." echo "0" > $selinuxfs/enforce - /sbin/fixfiles restore > /dev/null 2>&1 + /sbin/fixfiles -F restore > /dev/null 2>&1 rm -f /.autorelabel if [ ! -z "$REBOOTFLAG" ]; then echo $"Automatic reboot in progress." |