; we should rather use /mnt/runtime path, but maybe later --- anaconda-11.2.0.24/anaconda~ 2007-02-20 18:23:45.000000000 +0100 +++ anaconda-11.2.0.24/anaconda 2007-02-20 19:16:15.114623000 +0100 @@ -779,7 +779,7 @@ # 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 or flags.rootpath or x_already_set) and (rhpl.getArch() != "s390" and not os.access("/mnt/runtime/usr/bin/Xorg", os.X_OK)): + if not (flags.test or flags.rootpath or x_already_set) and (rhpl.getArch() != "s390" and not os.access("/usr/bin/X", os.X_OK)): stdoutLog.warning(_("Graphical installation not available... " "Starting text mode.")) time.sleep(2)