summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-04-14 04:57:34 +0000
committerJeremy Katz <katzj@redhat.com>2004-04-14 04:57:34 +0000
commitb834a7a19da2bd2304ad25d020a7218bf6eb1f0f (patch)
tree6dd446c88be77d9562033920dc682801988a8414 /anaconda
parentd4916ce29c0c575c69404082a668e26d6965139c (diff)
downloadanaconda-b834a7a19da2bd2304ad25d020a7218bf6eb1f0f.tar.gz
anaconda-b834a7a19da2bd2304ad25d020a7218bf6eb1f0f.tar.xz
anaconda-b834a7a19da2bd2304ad25d020a7218bf6eb1f0f.zip
more xorg
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 9f61fe8f4..46b49958b 100755
--- a/anaconda
+++ b/anaconda
@@ -836,7 +836,7 @@ time.sleep(3)
# now determine if we're going to run in GUI or TUI mode
#
# if no X server, we have to use text mode
-if not flags.test and not os.access("/mnt/runtime/usr/X11R6/bin/XFree86", os.X_OK):
+if not flags.test and not os.access("/mnt/runtime/usr/X11R6/bin/Xorg", os.X_OK):
dup_log(_("Graphical installation not available... "
"Starting text mode."))
time.sleep(2)