22 lines
798 B
Diff
22 lines
798 B
Diff
|
From 5112bfc8ccd01dee3ef97c6e6ce2e78d709e201f Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 15 Dec 2011 13:42:16 +0100
|
||
|
Subject: [PATCH] TEST-12-RAID-DEG: mkdir /run
|
||
|
|
||
|
---
|
||
|
test/TEST-12-RAID-DEG/create-root.sh | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/test/TEST-12-RAID-DEG/create-root.sh b/test/TEST-12-RAID-DEG/create-root.sh
|
||
|
index 47eb961..7be4a32 100755
|
||
|
--- a/test/TEST-12-RAID-DEG/create-root.sh
|
||
|
+++ b/test/TEST-12-RAID-DEG/create-root.sh
|
||
|
@@ -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 && \
|