summaryrefslogtreecommitdiffstats
path: root/loader2/linuxrc.s390
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-08-26 15:17:57 +0000
committerKarsten Hopp <karsten@redhat.de>2004-08-26 15:17:57 +0000
commitcea4c4a756e9aed461ddd17e43efcd65334be600 (patch)
treee90cee0b377ad943ed3776e8d0ce30a2e62f2bb7 /loader2/linuxrc.s390
parent1ef097f47291643816c4779f16d5a1f39d8c2d61 (diff)
downloadanaconda-cea4c4a756e9aed461ddd17e43efcd65334be600.tar.gz
anaconda-cea4c4a756e9aed461ddd17e43efcd65334be600.tar.xz
anaconda-cea4c4a756e9aed461ddd17e43efcd65334be600.zip
get rid of REMIP, we use GATEWAY everywhere now (I hope). Add PEERID instead, required for IUCV setup
Diffstat (limited to 'loader2/linuxrc.s390')
-rw-r--r--loader2/linuxrc.s3906
1 files changed, 0 insertions, 6 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index cc13f8d7a..7f4ca3eba 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -415,12 +415,6 @@ if [ -n "$DISPLAY" ]; then
echo "export DISPLAY=$DISPLAY" >> /etc/profile
fi
-
-if [ "$NETTYPE" = "ctc" -o "$NETTYPE" = "escon" -o "$NETTYPE" = "iucv" ]; then
- echo "REMIP=$GATEWAY" >> /tmp/netinfo
- echo "export REMIP=$GATEWAY" >> /etc/profile
-fi
-
# I'm tired of typing this out...
echo "loader" >> /.bash_history