summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-21 18:44:35 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-21 18:44:35 +0000
commitaaea112b23ddfd4efc8fcf2ce8ffe0c318adfc9f (patch)
tree781061b0f31e9a45fdd5fcb9a706f773019cb286 /anaconda
parente9163f2272a0056445930951f3d739fe9e2b98fb (diff)
downloadanaconda-aaea112b23ddfd4efc8fcf2ce8ffe0c318adfc9f.tar.gz
anaconda-aaea112b23ddfd4efc8fcf2ce8ffe0c318adfc9f.tar.xz
anaconda-aaea112b23ddfd4efc8fcf2ce8ffe0c318adfc9f.zip
that just didn't make any sense; don't check the arch in the command line processing (thanks msf)
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda6
1 files changed, 4 insertions, 2 deletions
diff --git a/anaconda b/anaconda
index e51247b16..4e5eda400 100755
--- a/anaconda
+++ b/anaconda
@@ -214,8 +214,10 @@ for n in args:
display_mode = 't'
elif (str == '-x' or str == '--xmode'):
xmode = 1
- elif iutil.getArch() == "s390":
- logFile = "/tmp/anaconda-s390.log"
+
+# s390s don't have ttys
+if iutil.getArch() == "s390":
+ logFile = "/tmp/anaconda-s390.log"
#
# must specify install, rescue mode