]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda-x11.patch
- redone packagegroup groups
[packages/anaconda.git] / anaconda-x11.patch
CommitLineData
a7a4d1a0
ER
1we 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.025246 seconds and 4 git commands to generate.