SOURCES: anaconda-x11.patch (NEW) - search for X11 binary from (so...

glen glen at pld-linux.org
Fri May 26 01:56:05 CEST 2006


Author: glen                         Date: Thu May 25 23:56:05 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- search for X11 binary from (somewhat) correct location

---- Files affected:
SOURCES:
   anaconda-x11.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/anaconda-x11.patch
diff -u /dev/null SOURCES/anaconda-x11.patch:1.1
--- /dev/null	Fri May 26 01:56:05 2006
+++ SOURCES/anaconda-x11.patch	Fri May 26 01:56:00 2006
@@ -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)
================================================================


More information about the pld-cvs-commit mailing list