summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-10-04 13:16:26 +0000
committerKarsten Hopp <karsten@redhat.de>2004-10-04 13:16:26 +0000
commit3b59a25ceaad7786630187c6a598adcdefc7c6ca (patch)
tree2e32a8bcdfab881d85d7cc5f01158b08d4d162ac
parentcde5cc39b02790da617cce5faf4683411d3213ca (diff)
downloadanaconda-3b59a25ceaad7786630187c6a598adcdefc7c6ca.tar.gz
anaconda-3b59a25ceaad7786630187c6a598adcdefc7c6ca.tar.xz
anaconda-3b59a25ceaad7786630187c6a598adcdefc7c6ca.zip
Glen Johnson mentioned in #134487 that the LCS PORTNAME stuff is in the wrong section of linuxrc. He's right ;-(
-rw-r--r--loader2/linuxrc.s39010
1 files changed, 5 insertions, 5 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 076b04bce..5bca0cf7b 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -229,6 +229,11 @@ if [ "$NETTYPE" = "qeth" ] || [ "$NETTYPE" = "lcs" ]; then
echo $"Enter your default gateway:"
read GATEWAY
done
+ if [ ":$NETTYPE" = ":lcs" ]; then
+ echo $"Enter the relative port number of your LCS device"
+ echo $"(required for OSA-Express ATM cards only):"
+ read PORTNAME
+ fi
else # ctc0, iucv0
if [ -z "$NETMASK" ]; then
# If the user did not supply netmask, we add the right one.
@@ -257,11 +262,6 @@ else # ctc0, iucv0
read PEERID
done
fi
- if [ ":$NETTYPE" = ":lcs" ]; then
- echo $"Enter the relative port number of your LCS device"
- echo $"(required for OSA-Express ATM cards only):"
- read PORTNAME
- fi
fi
# don't ask for MTU, but use it if it has been set in the .parm file
# don't overwrite MMTU if it has been set for CTC