]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-13-ENC-RAID-LVM: prepend "luks-" to rd_LUKS_UUID argument
authorHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 09:36:05 +0000 (11:36 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 Aug 2010 12:17:59 +0000 (14:17 +0200)
test/TEST-13-ENC-RAID-LVM/test.sh

index cf96e4555b801b51c2776ba16c2010679c61ce9a..f149f289760b2c24e4d7a47cd3fa13253339337d 100755 (executable)
@@ -4,7 +4,7 @@ TEST_DESCRIPTION="root filesystem on LVM on encrypted partitions of a RAID-5"
 KVERSION=${KVERSION-$(uname -r)}
 
 # Uncomment this to debug failures
-#DEBUGFAIL="rdshell"
+#DEBUGFAIL="rdshell" # udev.log-priority=debug
 
 test_run() {
     LUKSARGS=$(cat luks.txt)
@@ -89,7 +89,7 @@ test_setup() {
     cryptoUUIDS=$(grep --binary-files=text  -m 3 ID_FS_UUID root.ext2)
     for uuid in $cryptoUUIDS; do
        eval $uuid
-       printf ' rd_LUKS_UUID=%s ' $ID_FS_UUID 
+       printf ' rd_LUKS_UUID=luks-%s ' $ID_FS_UUID 
     done > luks.txt