aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifup-plip
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-11-24 20:36:52 +0000
committerBill Nottingham <notting@redhat.com>2004-11-24 20:36:52 +0000
commit79a54dbd48dc71df059a892ec21f2843bad685f1 (patch)
treed477e6786d6413b787044eb182a4bb55ec8dbd01 /sysconfig/network-scripts/ifup-plip
parent666ccacccbad4de6f3506c52c89ac2df309d71d2 (diff)
downloadinitscripts-r7-99.tar
initscripts-r7-99.tar.gz
initscripts-r7-99.tar.bz2
initscripts-r7-99.tar.xz
initscripts-r7-99.zip
7.99-1r7-99
Diffstat (limited to 'sysconfig/network-scripts/ifup-plip')
0 files changed, 0 insertions, 0 deletions
nchange='this.form.submit();'>mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-11-25 13:32:06 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-11-25 13:32:06 +0000
commit8e0fca8382455e95e2ac5c70ee656f27b1a5b821 (patch)
treeec86c7c5de4728dd2f9ab3c3113c54a95cf185e4 /rescue/Flash
parent7e6182ec71e177a042ccbb3315f692c995c140a2 (diff)
downloaddrakx-8e0fca8382455e95e2ac5c70ee656f27b1a5b821.tar
drakx-8e0fca8382455e95e2ac5c70ee656f27b1a5b821.tar.gz
drakx-8e0fca8382455e95e2ac5c70ee656f27b1a5b821.tar.bz2
drakx-8e0fca8382455e95e2ac5c70ee656f27b1a5b821.tar.xz
drakx-8e0fca8382455e95e2ac5c70ee656f27b1a5b821.zip
oops made an order of magnitude error in system.loop size
Diffstat (limited to 'rescue/Flash')
-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 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