diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-04-14 04:57:34 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-04-14 04:57:34 +0000 |
commit | b834a7a19da2bd2304ad25d020a7218bf6eb1f0f (patch) | |
tree | 6dd446c88be77d9562033920dc682801988a8414 /anaconda | |
parent | d4916ce29c0c575c69404082a668e26d6965139c (diff) | |
download | anaconda-b834a7a19da2bd2304ad25d020a7218bf6eb1f0f.tar.gz anaconda-b834a7a19da2bd2304ad25d020a7218bf6eb1f0f.tar.xz anaconda-b834a7a19da2bd2304ad25d020a7218bf6eb1f0f.zip |
more xorg
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |