projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b6784
)
TEST-10-RAID/test-init: add comment for rd.break=shutdown
author
Harald Hoyer
<harald@redhat.com>
Wed, 20 Jul 2011 19:40:50 +0000
(21:40 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Wed, 20 Jul 2011 19:40:50 +0000
(21:40 +0200)
test/TEST-10-RAID/test-init
patch
|
blob
|
history
diff --git
a/test/TEST-10-RAID/test-init
b/test/TEST-10-RAID/test-init
index
4c8c9e1
..
02c0d1d
100755
(executable)
--- a/
test/TEST-10-RAID/test-init
+++ b/
test/TEST-10-RAID/test-init
@@
-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