]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- search for X11 binary from (somewhat) correct location
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 May 2006 23:56:00 +0000 (23:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-x11.patch -> 1.1

anaconda-x11.patch [new file with mode: 0644]

diff --git a/anaconda-x11.patch b/anaconda-x11.patch
new file mode 100644 (file)
index 0000000..b825e8f
--- /dev/null
@@ -0,0 +1,13 @@
+we should rather use /mnt/runtime path, but maybe later
+
+--- anaconda-11.0.5/anaconda~  2006-05-26 02:12:27.743192704 +0300
++++ anaconda-11.0.5/anaconda   2006-05-26 02:25:58.301414220 +0300
+@@ -916,7 +916,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) and (iutil.getArch() != "s390" and not os.access("/mnt/runtime/usr/bin/Xorg", os.X_OK)):
++if not (flags.test or flags.rootpath) and (iutil.getArch() != "s390" and not os.access("/usr/X11R6/bin/X", os.X_OK)):
+      stdoutLog.warning(_("Graphical installation not available...  "
+                        "Starting text mode."))
+      time.sleep(2)
This page took 0.14398 seconds and 4 git commands to generate.