From: Harald Hoyer Date: Thu, 28 Apr 2011 15:32:56 +0000 (+0200) Subject: test/TEST-13-ENC-RAID-LVM: double test root disk space X-Git-Tag: 011~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7ee1cd7f66514a3dcdf928ed93bf2700dab76fd;p=thirdparty%2Fdracut.git test/TEST-13-ENC-RAID-LVM: double test root disk space --- diff --git a/test/TEST-13-ENC-RAID-LVM/create-root.sh b/test/TEST-13-ENC-RAID-LVM/create-root.sh index 3a1053b36..1b049c36f 100755 --- a/test/TEST-13-ENC-RAID-LVM/create-root.sh +++ b/test/TEST-13-ENC-RAID-LVM/create-root.sh @@ -7,11 +7,11 @@ done rm /etc/lvm/lvm.conf udevadm control --reload-rules # save a partition at the beginning for future flagging purposes -sfdisk -C 1280 -H 2 -S 32 -L /dev/sda <keyfile cryptsetup -q luksFormat /dev/sda2 /keyfile diff --git a/test/TEST-13-ENC-RAID-LVM/test.sh b/test/TEST-13-ENC-RAID-LVM/test.sh index bba23d6a4..0323ff648 100755 --- a/test/TEST-13-ENC-RAID-LVM/test.sh +++ b/test/TEST-13-ENC-RAID-LVM/test.sh @@ -44,7 +44,7 @@ test_run() { test_setup() { # Create the blank file to use as a root filesystem - dd if=/dev/zero of=root.ext2 bs=1M count=40 + dd if=/dev/zero of=root.ext2 bs=1M count=80 kernel=$KVERSION # Create what will eventually be our root filesystem onto an overlay