summaryrefslogtreecommitdiffstats
path: root/loader2/linuxrc.s390
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-05-13 20:01:22 +0000
committerKarsten Hopp <karsten@redhat.de>2004-05-13 20:01:22 +0000
commitbe05ed796c8c76182f7f48efc84410cb2329972f (patch)
tree40f22154c54d550cb06dfc634cb3efbcb81fde08 /loader2/linuxrc.s390
parent6c1e5d22ee708896d1b6443549c9ae8dff58cd27 (diff)
downloadanaconda-be05ed796c8c76182f7f48efc84410cb2329972f.tar.gz
anaconda-be05ed796c8c76182f7f48efc84410cb2329972f.tar.xz
anaconda-be05ed796c8c76182f7f48efc84410cb2329972f.zip
why does IBM wait until U2 is public and then finally starts testing ? I really need to set up IUCV now.... (bz#119495)
Diffstat (limited to 'loader2/linuxrc.s390')
-rw-r--r--loader2/linuxrc.s3902
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 43a9890d6..3c971838b 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -227,7 +227,7 @@ else # ctc0, escon0, iucv0
echo $"Linux guest:"
read IUCV
done
- if [ "${IUCV:0:5}" = "iucv=" ]; then
+ if [ "${IUCV:0:5}" != "iucv=" ]; then
IUCV="iucv=$IUCV"
fi
fi