From 9335cb383a9aba49c29dff9b5df4c7184df40c9b Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Wed, 20 May 2009 19:55:06 -0700 Subject: [PATCH] We create our test image with root as an LVM menber. We purport to support booting off an encrypted LVM PV, may as well test it. --- modules.d/00test/create-root.sh | 10 ++++------ test/test-initramfs | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/modules.d/00test/create-root.sh b/modules.d/00test/create-root.sh index ce9f40bfd..c756f4f5f 100755 --- a/modules.d/00test/create-root.sh +++ b/modules.d/00test/create-root.sh @@ -5,12 +5,10 @@ sfdisk /dev/sda <keyfile +cryptsetup -q luksFormat /dev/sda1 /keyfile +echo "The passphrase is test" +cryptsetup luksOpen /dev/sda1 dracut_crypt_test