1
0
mirror of https://github.com/lesderid/image-archlinux synced 2025-04-11 14:45:39 +02:00

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

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