From: Harald Hoyer Date: Wed, 20 Jul 2011 19:10:58 +0000 (+0200) Subject: TEST-10-RAID/test-init: turn off debug for shutdown X-Git-Tag: 012~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00d89f51701a89543c67715beedc70b903244f08;p=thirdparty%2Fdracut.git TEST-10-RAID/test-init: turn off debug for shutdown --- diff --git a/test/TEST-10-RAID/test-init b/test/TEST-10-RAID/test-init index 029084ab8..4c8c9e184 100755 --- a/test/TEST-10-RAID/test-init +++ b/test/TEST-10-RAID/test-init @@ -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