]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-x11.patch
- updated API
[packages/anaconda.git] / anaconda-x11.patch
1 ; we should rather use /mnt/runtime path, but maybe later
2 --- anaconda-11.2.0.24/anaconda~        2007-02-20 18:23:45.000000000 +0100
3 +++ anaconda-11.2.0.24/anaconda 2007-02-20 19:16:15.114623000 +0100
4 @@ -779,7 +779,7 @@
5      # now determine if we're going to run in GUI or TUI mode
6      #
7      # if no X server, we have to use text mode
8 -    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)):
9 +    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)):
10           stdoutLog.warning(_("Graphical installation not available...  "
11                               "Starting text mode."))
12           time.sleep(2)
This page took 0.068378 seconds and 3 git commands to generate.