checkfs: append 'stop' to reboot script command line to make reboot really work

This commit is contained in:
Silvan Calarco 2011-11-14 19:56:55 +01:00
parent fafafcef40
commit 5a1ec81085

View File

@ -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"