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:
bcf94bb
)
TEST-11-LVM/create-root.sh: sleep before disassembling device
author
Harald Hoyer
<harald@redhat.com>
Thu, 11 Aug 2011 13:35:08 +0000
(15:35 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Thu, 11 Aug 2011 15:52:39 +0000
(17:52 +0200)
test/TEST-11-LVM/create-root.sh
patch
|
blob
|
history
diff --git
a/test/TEST-11-LVM/create-root.sh
b/test/TEST-11-LVM/create-root.sh
index
357c481
..
4d58e4d
100755
(executable)
--- a/
test/TEST-11-LVM/create-root.sh
+++ b/
test/TEST-11-LVM/create-root.sh
@@
-23,6
+23,8
@@
mkdir -p /sysroot && \
mount /dev/dracut/root /sysroot && \
cp -a -t /sysroot /source/* && \
umount /sysroot && \
+sleep 1 && \
lvm lvchange -a n /dev/dracut/root && \
+sleep 1 && \
echo "dracut-root-block-created" >/dev/sda1
poweroff -f