Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0220-inc-TEST-disk-size.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0220-inc-TEST-disk-size.patch of Package dracut
From a223be3c547a0f402cc4823b041266e4b7a64084 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Fri, 5 Aug 2011 12:33:04 +0200 Subject: [PATCH] inc TEST disk size --- test/TEST-13-ENC-RAID-LVM/create-root.sh | 8 ++++---- test/TEST-13-ENC-RAID-LVM/test.sh | 2 +- test/TEST-14-IMSM/create-root.sh | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/TEST-13-ENC-RAID-LVM/create-root.sh b/test/TEST-13-ENC-RAID-LVM/create-root.sh index 093308b..a639619 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 <<EOF +sfdisk -C 2560 -H 2 -S 32 -L /dev/sda <<EOF ,16 -,400 -,400 -,400 +,800 +,800 +,800 EOF echo -n test >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 ede714a..60d6463 100755 --- a/test/TEST-13-ENC-RAID-LVM/test.sh +++ b/test/TEST-13-ENC-RAID-LVM/test.sh @@ -16,7 +16,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 diff --git a/test/TEST-14-IMSM/create-root.sh b/test/TEST-14-IMSM/create-root.sh index 5e85a3f..2082a5d 100755 --- a/test/TEST-14-IMSM/create-root.sh +++ b/test/TEST-14-IMSM/create-root.sh @@ -27,9 +27,9 @@ sfdisk -g /dev/mapper/isw*Test0 # save a partition at the beginning for future flagging purposes sfdisk -C 2560 -H 2 -S 32 -L /dev/mapper/isw*Test0 <<EOF ,1 -,600 -,600 -,600 +,800 +,800 +,800 EOF udevadm settle dmraid -a n -- 1.8.3.1