diff options
-rw-r--r-- | loader2/linuxrc.s390 | 6 |
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 |