diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-25 13:22:41 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-25 13:22:41 +0000 |
commit | 7e6182ec71e177a042ccbb3315f692c995c140a2 (patch) | |
tree | 04b5f91c57cb8c062853b2ca2ae432a9230d5943 /rescue/Flash | |
parent | fcb7cf9361ce74b2a5088268960e24c6b8ca8d2b (diff) | |
download | drakx-7e6182ec71e177a042ccbb3315f692c995c140a2.tar drakx-7e6182ec71e177a042ccbb3315f692c995c140a2.tar.gz drakx-7e6182ec71e177a042ccbb3315f692c995c140a2.tar.bz2 drakx-7e6182ec71e177a042ccbb3315f692c995c140a2.tar.xz drakx-7e6182ec71e177a042ccbb3315f692c995c140a2.zip |
adjust to new default system.loop size
Diffstat (limited to 'rescue/Flash')
-rwxr-xr-x | rescue/Flash/scripts/clear_systemloop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Flash/scripts/clear_systemloop b/rescue/Flash/scripts/clear_systemloop index 55c60cc4d..cd76fc7eb 100755 --- a/rescue/Flash/scripts/clear_systemloop +++ b/rescue/Flash/scripts/clear_systemloop @@ -35,7 +35,7 @@ function doit() { if [ x"$confirm" = x"y" -o x"$confirm" = x"Y" ]; then if [ ! -f $loop ] || [ x"$version" != x"1.0" ]; then - dd if=/dev/zero of=$loop bs=4000000 count=100 + dd if=/dev/zero of=$loop bs=1000 count=1000 fi if [ x"$version" = x"1.0" ]; then |