]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-12-RAID-DEG: mkdir /run
authorHarald Hoyer <harald@redhat.com>
Thu, 15 Dec 2011 12:42:16 +0000 (13:42 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 15 Dec 2011 13:49:05 +0000 (14:49 +0100)
test/TEST-12-RAID-DEG/create-root.sh

index 47eb96149c0fe8af3e9711596149c32068528471..7be4a329c453fd3b84dc331e86b5ee130cf34ee2 100755 (executable)
@@ -28,6 +28,7 @@ mke2fs -L root /dev/dracut/root && \
 mkdir -p /sysroot && \
 mount /dev/dracut/root /sysroot && \
 cp -a -t /sysroot /source/* && \
+mkdir /sysroot/run && \
 umount /sysroot && \
 lvm lvchange -a n /dev/dracut/root && \
 cryptsetup luksClose /dev/mapper/dracut_crypt_test && \