Fixed nbd-disconnect-root for sysv systems

This commit is contained in:
Manfred Touron 2014-10-24 01:03:41 +02:00
parent aba3da2a7f
commit 3bba9e87a1
1 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ case "$RUNLEVEL" in
;;
6)
key="b"
command="reboot"
command="reboot -d -f -i"
;;
*)
echo "nbd-disconnect should only be called by initscripts on reboot/shutdown." >&2