summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-09-13 10:40:58 +0000
committerKarsten Hopp <karsten@redhat.de>2004-09-13 10:40:58 +0000
commitf66234ce73aded212117b9164a14718f33386af8 (patch)
tree79dea91736c4bb73a190dc8400c1429a3ca05a63 /loader2
parent055d09f1770e47277de73ca6010d2eba0057c3ed (diff)
downloadanaconda-f66234ce73aded212117b9164a14718f33386af8.tar.gz
anaconda-f66234ce73aded212117b9164a14718f33386af8.tar.xz
anaconda-f66234ce73aded212117b9164a14718f33386af8.zip
this works better when using the correct variable names
Diffstat (limited to 'loader2')
-rw-r--r--loader2/linuxrc.s3906
1 files changed, 3 insertions, 3 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 00b7b1da1..076b04bce 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -388,11 +388,11 @@ SEARCHDNS="$SEARCHDNS"
PEERID="$PEERID"
SUBCHANNELS="$SUBCHANNELS"
ONBOOT="yes"
-CTCPORT="$CTCPORT"
+CTCPROT="$CTCPROT"
export LANG PORTNAME S390ARCH TEXTDOMAIN TEXTDOMAINDIR
export HOSTNAME DEVICE NETTYPE IPADDR GATEWAY MTU
export NETWORK NETMASK BROADCAST DNS SEARCHDNS
-export PEERID ONBOOT SUBCHANNELS CTCPORT
+export PEERID ONBOOT SUBCHANNELS CTCPROT
EOF
# immediately read it in again to export these into the shell below
. /tmp/install.cfg
@@ -412,7 +412,7 @@ EOF
[ "$NETTYPE" != "" ] && echo "NETTYPE=$NETTYPE" >> /tmp/netinfo
[ "$PEERID" != "" ] && echo "PEERID=$PEERID" >> /tmp/netinfo
[ "$PORTNAME" != "" ] && echo "PORTNAME=$PORTNAME" >> /tmp/netinfo
-[ "$CTCPORT" != "" ] && echo "CTCPORT=$CTCPORT" >> /tmp/netinfo
+[ "$CTCPROT" != "" ] && echo "CTCPROT=$CTCPROT" >> /tmp/netinfo
# so that the vars get propagated into the sshd shells
mkdir /.ssh