]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-x11.patch
- update todo
[packages/anaconda.git] / anaconda-x11.patch
1 we should rather use /mnt/runtime path, but maybe later
2
3 --- anaconda-11.0.5/anaconda~   2006-05-26 02:12:27.743192704 +0300
4 +++ anaconda-11.0.5/anaconda    2006-05-26 02:25:58.301414220 +0300
5 @@ -916,7 +916,7 @@
6  # now determine if we're going to run in GUI or TUI mode
7  #
8  # if no X server, we have to use text mode
9 -if not (flags.test or flags.rootpath) and (iutil.getArch() != "s390" and not os.access("/mnt/runtime/usr/bin/Xorg", os.X_OK)):
10 +if not (flags.test or flags.rootpath) and (iutil.getArch() != "s390" and not os.access("/usr/X11R6/bin/X", os.X_OK)):
11       stdoutLog.warning(_("Graphical installation not available...  "
12                          "Starting text mode."))
13       time.sleep(2)
This page took 0.024583 seconds and 3 git commands to generate.