diff options
-rw-r--r-- | loader2/linuxrc.s390 | 4 |
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 |