summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-11-25 13:22:41 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-11-25 13:22:41 +0000
commit7e6182ec71e177a042ccbb3315f692c995c140a2 (patch)
tree04b5f91c57cb8c062853b2ca2ae432a9230d5943 /rescue
parentfcb7cf9361ce74b2a5088268960e24c6b8ca8d2b (diff)
downloaddrakx-backup-do-not-use-7e6182ec71e177a042ccbb3315f692c995c140a2.tar
drakx-backup-do-not-use-7e6182ec71e177a042ccbb3315f692c995c140a2.tar.gz
drakx-backup-do-not-use-7e6182ec71e177a042ccbb3315f692c995c140a2.tar.bz2
drakx-backup-do-not-use-7e6182ec71e177a042ccbb3315f692c995c140a2.tar.xz
drakx-backup-do-not-use-7e6182ec71e177a042ccbb3315f692c995c140a2.zip
adjust to new default system.loop size
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/Flash/scripts/clear_systemloop2
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