From 3711d5685b60e0b37a9d4de99de1b10fc4ea7b2e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 22 Oct 1999 14:47:20 +0000 Subject: call reboot -f to avoid silliness --- rc.d/rc.sysinit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 63d49d2c..eae3f79f 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -199,7 +199,7 @@ if [ ! -f /fastboot ]; then umount -a mount -n -o remount,ro / echo "Automatic reboot in progress." - reboot + reboot -f elif [ "$rc" = "1" ]; then _RUN_QUOTACHECK=1 fi @@ -360,7 +360,7 @@ if [ -f /proc/mdstat -a -f /etc/raidtab ]; then umount -a mount -n -o remount,ro / echo "Automatic reboot in progress." - reboot + reboot -f fi fi @@ -394,7 +394,7 @@ if [ ! -f /fastboot ]; then umount -a mount -n -o remount,ro / echo "Automatic reboot in progress." - reboot + reboot -f elif [ "$rc" = "1" -a -x /sbin/quotacheck ]; then action "Checking filesystem quotas" /sbin/quotacheck -v -R -a fi -- cgit v1.2.1