TEST-02-SYSTEMD: enlarge the root disk
authorHarald Hoyer <harald@redhat.com>
Sat, 30 Jun 2012 10:17:34 +0000 (12:17 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 2 Jul 2012 16:52:49 +0000 (18:52 +0200)
test/TEST-02-SYSTEMD/create-root.sh
test/TEST-02-SYSTEMD/test.sh

index 0e91ab5..fe2ce12 100755 (executable)
@@ -7,7 +7,7 @@ rm /etc/lvm/lvm.conf
 udevadm control --reload-rules
 set -e
 # 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
 ,
 EOF
index 9eefce2..b535dbe 100755 (executable)
@@ -18,7 +18,7 @@ test_run() {
 test_setup() {
     rm -f $TESTDIR/root.ext3
     # Create the blank file to use as a root filesystem
-    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=40
+    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=80
 
     kernel=$KVERSION
     # Create what will eventually be our root filesystem onto an overlay