summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-10 08:55:22 +0000
committerMatt Wilson <msw@redhat.com>2001-07-10 08:55:22 +0000
commitae6f6cb75e273422f821d5bb4c69f704740bb0f7 (patch)
tree1b180502d2014abdc3d7d57acb0c14988319c552 /anaconda
parenta869c85303299ae2a3f1bbe23ec940f583b25cd8 (diff)
downloadanaconda-ae6f6cb75e273422f821d5bb4c69f704740bb0f7.tar.gz
anaconda-ae6f6cb75e273422f821d5bb4c69f704740bb0f7.tar.xz
anaconda-ae6f6cb75e273422f821d5bb4c69f704740bb0f7.zip
fix warning pixmap, unifiy exception text
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 2 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index d79f8907b..5e3dfcd99 100755
--- a/anaconda
+++ b/anaconda
@@ -449,6 +449,7 @@ if (display_mode == 'g'):
if startXServer:
isys.vtActivate (1)
print "GUI installer startup failed, falling back to text mode."
+ display_mode = 't'
time.sleep(2)
from text import InstallInterface
@@ -484,7 +485,7 @@ if xmode:
if display_mode == "t":
intf = InstallInterface ()
else:
- intf = InstallInterface (runres = runres, nofbmode = nofbmode)
+ intf = InstallInterface (runres, nofbmode)
# imports after setting up the path
if method: