Browse Source

TEST-10-RAID/test-init: add comment for rd.break=shutdown

master
Harald Hoyer 14 years ago
parent
commit
8570b544e9
  1. 3
      test/TEST-10-RAID/test-init

3
test/TEST-10-RAID/test-init

@ -14,7 +14,8 @@ echo "made it to the rootfs!" @@ -14,7 +14,8 @@ echo "made it to the rootfs!"
strstr "$CMDLINE" "rd.shell" && sh -i
echo "Powering down."
mount -n -o remount,ro /
echo " rd.debug=0 " > /run/initramfs/etc/cmdline
#echo " rd.break=shutdown " >> /run/initramfs/etc/cmdline
echo " rd.debug=0 " >> /run/initramfs/etc/cmdline
if [ -e /lib/systemd/systemd-shutdown ]; then
exec /lib/systemd/systemd-shutdown poweroff
fi

Loading…
Cancel
Save