summaryrefslogtreecommitdiffstats
path: root/loader2/linuxrc.s390
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-09-01 14:02:17 +0000
committerKarsten Hopp <karsten@redhat.de>2004-09-01 14:02:17 +0000
commitc17faeb0d622047ea6265abfa448428b6455d3af (patch)
treeea41d9d74c3fcf94fa6dbac75b1229feaec23a9f /loader2/linuxrc.s390
parentf2bffa25e02bbd0ed2262c12ed47a050fbeabec0 (diff)
downloadanaconda-c17faeb0d622047ea6265abfa448428b6455d3af.tar.gz
anaconda-c17faeb0d622047ea6265abfa448428b6455d3af.tar.xz
anaconda-c17faeb0d622047ea6265abfa448428b6455d3af.zip
- Things are getting complicated.
qeth can hav eth, hsi and tr interfaces, lcs can have eth and tr interfaces, too. We can't tell apart if p.e. eth0 is qeth or lcs, but need to know it for sysfs configuration. Remove TYPE=QETH hack and use a more generic NETTYPE instead
Diffstat (limited to 'loader2/linuxrc.s390')
-rw-r--r--loader2/linuxrc.s3903
1 files changed, 1 insertions, 2 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index c11172f18..54d488b2f 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -191,7 +191,6 @@ if [ "$NETTYPE" != "iucv" ]; then # iucv is the only interface without ccw con
read SUBCHANNELS
done
if [ "$NETTYPE" = "qeth" ]; then
- QETH="yes"
if [ -z "$PORTNAME" ]; then
echo $"Portname of the OSA-Express feature in QDIO mode and z/VM Guest LAN"
echo $"This parameter is optional with z/VM 4.4.0 or z/VM 4.3.0 with"
@@ -399,7 +398,7 @@ HOSTNAME=$HOSTNAME
MTU=$MTU
SUBCHANNELS=$SUBCHANNELS
EOF
-[ "$QETH" != "" ] && echo "QETH=$QETH" >> /tmp/netinfo
+[ "$NETTYPE" != "" ] && echo "NETTYPE=$NETTYPE" >> /tmp/netinfo
[ "$PEERID" != "" ] && echo "PEERID=$PEERID" >> /tmp/netinfo
[ "$PORTNAME" != "" ] && echo "PORTNAME=$PORTNAME" >> /tmp/netinfo