summaryrefslogtreecommitdiffstats
path: root/loader2/linuxrc.s390
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-08-04 13:02:15 +0000
committerKarsten Hopp <karsten@redhat.de>2004-08-04 13:02:15 +0000
commitbe4dc011f30a2ac4ed0bbcd71d17fd60a6ed8c55 (patch)
tree46dfdbfdbe48ebe3b737b02c2055cb0a45a8f638 /loader2/linuxrc.s390
parentc902c5e9d3481c71fd04c19d93a715665eb1faac (diff)
downloadanaconda-be4dc011f30a2ac4ed0bbcd71d17fd60a6ed8c55.tar.gz
anaconda-be4dc011f30a2ac4ed0bbcd71d17fd60a6ed8c55.tar.xz
anaconda-be4dc011f30a2ac4ed0bbcd71d17fd60a6ed8c55.zip
- got a hint from IBM that the subchannels are usually only in the 0100-0900
range - ;-( ipv6 dependency still not fixed (#126008)
Diffstat (limited to 'loader2/linuxrc.s390')
-rw-r--r--loader2/linuxrc.s3903
1 files changed, 2 insertions, 1 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 0a3d110a0..46f95a795 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -183,7 +183,7 @@ if [ "$NETTYPE" != "iucv" ]; then # iucv is the only interface without ccw con
echo $"CTC, ESCON and LCS need two subchannels:"
echo $"(e.g. \"0.0.0600,0.0.0601\" will configure the CTC or ESCON interface"
echo $"with the subchannels 0x600 and 0x601)"
- echo $"QETH and HSI need three subchannels p.e. 0.0.03000,0.0.03001,0.0.03002"
+ echo $"QETH and HSI need three subchannels p.e. 0.0.0300,0.0.0301,0.0.0302"
read SUBCHANNELS
done
if [ "$NETTYPE" = "eth" -o "$NETTYPE" = "hsi" ]; then
@@ -285,6 +285,7 @@ elif [ "$NETTYPE" = "lcs" -o "$NETTYPE" = "tr" ]; then
elif [ "$NETTYPE" = "eth" -o "$NETTYPE" = "hsi" ]; then
insmod ccwgroup$LO
insmod qdio$LO
+ insmod ipv6$LO
insmod qeth$LO
setupdevice
ifconfig $DEVICE $IPADDR $MMTU netmask $NETMASK broadcast $BROADCAST