From a7a4d1a0584397e092bd698f8068b258a224adba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 25 May 2006 23:56:00 +0000 Subject: [PATCH] - search for X11 binary from (somewhat) correct location Changed files: anaconda-x11.patch -> 1.1 --- anaconda-x11.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 anaconda-x11.patch diff --git a/anaconda-x11.patch b/anaconda-x11.patch new file mode 100644 index 0000000..b825e8f --- /dev/null +++ b/anaconda-x11.patch @@ -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) -- 2.43.0