Blame 0010-TEST-10-RAID-test-init-turn-off-debug-for-shutdown.patch

Harald Hoyer f3160a
From 00d89f51701a89543c67715beedc70b903244f08 Mon Sep 17 00:00:00 2001
Harald Hoyer f3160a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer f3160a
Date: Wed, 20 Jul 2011 21:10:58 +0200
Harald Hoyer f3160a
Subject: [PATCH] TEST-10-RAID/test-init: turn off debug for shutdown
Harald Hoyer f3160a
Harald Hoyer f3160a
---
Harald Hoyer f3160a
 test/TEST-10-RAID/test-init |    1 +
Harald Hoyer f3160a
 1 files changed, 1 insertions(+), 0 deletions(-)
Harald Hoyer f3160a
Harald Hoyer f3160a
diff --git a/test/TEST-10-RAID/test-init b/test/TEST-10-RAID/test-init
Harald Hoyer f3160a
index 029084a..4c8c9e1 100755
Harald Hoyer f3160a
--- a/test/TEST-10-RAID/test-init
Harald Hoyer f3160a
+++ b/test/TEST-10-RAID/test-init
Harald Hoyer f3160a
@@ -14,6 +14,7 @@ echo "made it to the rootfs!"
Harald Hoyer f3160a
 strstr "$CMDLINE" "rd.shell" && sh -i
Harald Hoyer f3160a
 echo "Powering down."
Harald Hoyer f3160a
 mount -n -o remount,ro /
Harald Hoyer f3160a
+echo " rd.debug=0 " > /run/initramfs/etc/cmdline
Harald Hoyer f3160a
 if [ -e /lib/systemd/systemd-shutdown ]; then
Harald Hoyer f3160a
 	exec /lib/systemd/systemd-shutdown poweroff
Harald Hoyer f3160a
 fi