summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
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)