summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-03-28 01:58:37 +0000
committerJeremy Katz <katzj@redhat.com>2003-03-28 01:58:37 +0000
commit2bf80e9cb6a8626684c7456f782a98a239370424 (patch)
tree99e19b29ed3aa2e12023e87a8e7531a1ee05742f
parent40500612e9e35867d138b36d87a8022f54927a60 (diff)
downloadanaconda-2bf80e9cb6a8626684c7456f782a98a239370424.tar.gz
anaconda-2bf80e9cb6a8626684c7456f782a98a239370424.tar.xz
anaconda-2bf80e9cb6a8626684c7456f782a98a239370424.zip
mtu of 4096 is very unhappy with writing over nfs. fall back to 1500 as
a reasonable-ish default
-rw-r--r--loader2/linuxrc.s3904
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 0472daa2a..59a4b46e0 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -193,9 +193,9 @@ else # ctc0, escon0, iucv0
read MTU
fi
if [ -z "$MTU" ]; then
- MTU="4096"
+ MTU="1500"
fi
- MMTU="mtu 4096" # always use mtu 4096 for the installer
+ MMTU="mtu 1500" # always use mtu 1500 for the installer
fi
if [ ":$NETTYPE" = ":iucv" ]; then
while [ -z "$IUCV" ]; do