summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-31 23:21:17 +0000
committerMatt Wilson <msw@redhat.com>1999-08-31 23:21:17 +0000
commitddb1c1454012411f2636c59d651be3bd98151692 (patch)
treee675108593fbd2336f4516c670b8d7ae2ccf2d9d /anaconda
parent1499448e753fb42e09399e4527ca2b66438c7d3a (diff)
downloadanaconda-ddb1c1454012411f2636c59d651be3bd98151692.tar.gz
anaconda-ddb1c1454012411f2636c59d651be3bd98151692.tar.xz
anaconda-ddb1c1454012411f2636c59d651be3bd98151692.zip
fixup for failing
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda6
1 files changed, 2 insertions, 4 deletions
diff --git a/anaconda b/anaconda
index 4fea7bdab..343e8ff8e 100755
--- a/anaconda
+++ b/anaconda
@@ -95,12 +95,10 @@ if (mode == 'g' and not os.environ.has_key('DISPLAY')):
try:
result = xserver.startX ()
except RuntimeError:
- print "X startup failed, falling back to text mode"
- mode = 't'
- if not result:
+ print "X startup failed, falling back to text mode"
mode = 't'
else:
- (mouseInfo, x) = (result)
+ (mouseInfo, x) = (result)
if (mode == 'g'):
if not test and not localInstall: