From 5a1ec8108524479b98d40fae6b85ef61499f9e47 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 14 Nov 2011 19:56:55 +0100 Subject: [PATCH] checkfs: append 'stop' to reboot script command line to make reboot really work --- etc/rc.d/init.d/checkfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/init.d/checkfs b/etc/rc.d/init.d/checkfs index 2856782..d232367 100755 --- a/etc/rc.d/init.d/checkfs +++ b/etc/rc.d/init.d/checkfs @@ -60,7 +60,7 @@ elif [ $(($retval & 2)) -eq 2 ]; then $PLYMOUTH message --text=$"Checking file systems...rebooting" echo_warning echo - $rc_base/init.d/reboot + $rc_base/init.d/reboot stop elif [ $(($retval & 4)) -eq 4 ]; then $WARNING echo "File system errors were encountered that couldn't be"