diff options
-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 |