]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda-x11.patch
- drop obsolete files
[packages/anaconda.git] / anaconda-x11.patch
diff --git a/anaconda-x11.patch b/anaconda-x11.patch
deleted file mode 100644 (file)
index 88b11ce..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-; we should rather use /mnt/runtime path, but maybe later
---- anaconda-11.2.0.24/anaconda~       2007-02-20 18:23:45.000000000 +0100
-+++ anaconda-11.2.0.24/anaconda        2007-02-20 19:16:15.114623000 +0100
-@@ -779,7 +779,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 or x_already_set) and (rhpl.getArch() != "s390" and not os.access("/mnt/runtime/usr/bin/Xorg", os.X_OK)):
-+    if not (flags.test or flags.rootpath or x_already_set) and (rhpl.getArch() != "s390" and not os.access("/usr/bin/X", os.X_OK)):
-          stdoutLog.warning(_("Graphical installation not available...  "
-                              "Starting text mode."))
-          time.sleep(2)
This page took 0.090537 seconds and 4 git commands to generate.