From: Victor Lowther Date: Thu, 21 May 2009 02:55:06 +0000 (-0700) Subject: We create our test image with root as an LVM menber. X-Git-Tag: 0.1~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9335cb383a9aba49c29dff9b5df4c7184df40c9b;p=thirdparty%2Fdracut.git 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. --- 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