checkfs: append 'stop' to reboot script command line to make reboot really work
This commit is contained in:
parent
fafafcef40
commit
5a1ec81085
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user