From 8e0fca8382455e95e2ac5c70ee656f27b1a5b821 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 25 Nov 2009 13:32:06 +0000 Subject: oops made an order of magnitude error in system.loop size --- rescue/Flash/scripts/clear_systemloop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/Flash') diff --git a/rescue/Flash/scripts/clear_systemloop b/rescue/Flash/scripts/clear_systemloop index cd76fc7eb..4152b16bf 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=1000 count=1000 + dd if=/dev/zero of=$loop bs=1000000 count=1000 fi if [ x"$version" = x"1.0" ]; then -- cgit v1.2.1