summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-16 22:14:18 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-16 22:14:18 +0000
commite0ccf9c80df49432e6a58312073441083b1636ae (patch)
tree2f28f58daf6e83fdb96934499389f560a5311635
parent8bdefb9bcf9f1b9ec1abb7672efba542bbd40c6c (diff)
downloadanaconda-e0ccf9c80df49432e6a58312073441083b1636ae.tar.gz
anaconda-e0ccf9c80df49432e6a58312073441083b1636ae.tar.xz
anaconda-e0ccf9c80df49432e6a58312073441083b1636ae.zip
lcs is ethernet-ish (#99257)
-rw-r--r--loader2/linuxrc.s3902
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 3eed29389..fbe121841 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -160,7 +160,7 @@ while [ -z "$NETWORK" ]; do
echo $"Enter the network address of the new Linux guest:"
read NETWORK
done
-if [ ":$NETTYPE" = ":eth" ] || [ ":$NETTYPE" = ":tr" ] || [ ":$NETTYPE" = ":hsi" ]; then
+if [ ":$NETTYPE" = ":eth" ] || [ ":$NETTYPE" = ":tr" ] || [ ":$NETTYPE" = ":hsi" ] || [ ":$NETTYPE" = ":lcs" ]; then
while [ -z "$NETMASK" ]; do
echo $"Enter the netmask for the new Linux guest (e.g. 255.255.255.0):"
read NETMASK