diff options
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 4ae821ff6..6d7015c84 100755 --- a/rescue/Flash/scripts/clear_systemloop +++ b/rescue/Flash/scripts/clear_systemloop @@ -34,7 +34,7 @@ function doit() { if [ x"$confirm" = x"y" -o x"$confirm" = x"Y" ]; then - if [ ! -f $loop ]; then + if [ ! -f $loop ] || [ x"$version" != x"1.0" ]; then dd if=/dev/zero of=$loop bs=4000000 count=100 fi |