TEST-10-RAID/test-init: turn off debug for shutdown
authorHarald Hoyer <harald@redhat.com>
Wed, 20 Jul 2011 19:10:58 +0000 (21:10 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 20 Jul 2011 19:10:58 +0000 (21:10 +0200)
test/TEST-10-RAID/test-init

index 029084a..4c8c9e1 100755 (executable)
@@ -14,6 +14,7 @@ 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
 if [ -e /lib/systemd/systemd-shutdown ]; then
        exec /lib/systemd/systemd-shutdown poweroff
 fi