diff options
author | Harald Hoyer <harald@redhat.com> | 2010-08-02 11:13:06 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-08-02 14:17:58 +0200 |
commit | 4c2d8f58162e47b9c41060ff06e3a5f93ffe783e (patch) | |
tree | 00f0f6b615169aed6ab8e6093911a7231e6003cc /test/TEST-12-RAID-DEG/test.sh | |
parent | d6351b36b8719a7d83f53687dfa0da2fb8133bf3 (diff) | |
download | dracut-4c2d8f58162e47b9c41060ff06e3a5f93ffe783e.tar.gz dracut-4c2d8f58162e47b9c41060ff06e3a5f93ffe783e.tar.bz2 dracut-4c2d8f58162e47b9c41060ff06e3a5f93ffe783e.zip |
TEST-12-RAID-DEG: double disk space
Diffstat (limited to 'test/TEST-12-RAID-DEG/test.sh')
-rwxr-xr-x | test/TEST-12-RAID-DEG/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-12-RAID-DEG/test.sh b/test/TEST-12-RAID-DEG/test.sh index c2d3cd95..30184181 100755 --- a/test/TEST-12-RAID-DEG/test.sh +++ b/test/TEST-12-RAID-DEG/test.sh @@ -51,7 +51,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=20 + dd if=/dev/zero of=root.ext2 bs=1M count=40 kernel=$KVERSION # Create what will eventually be our root filesystem onto an overlay |