]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:14:20 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-BUS_XEN.patch -> 1.3
    anaconda-x11.patch -> 1.3

anaconda-BUS_XEN.patch [deleted file]
anaconda-x11.patch [deleted file]

diff --git a/anaconda-BUS_XEN.patch b/anaconda-BUS_XEN.patch
deleted file mode 100644 (file)
index abdc0b7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-lazy to update llh, just disable xen for now
-
---- anaconda-11.0.5/loader2/hardware.c~        2006-02-06 23:32:13.000000000 +0200
-+++ anaconda-11.0.5/loader2/hardware.c 2006-05-17 00:22:14.317066126 +0300
-@@ -67,7 +67,7 @@
-     
-     devices = probeDevices(CLASS_UNSPEC,
-                            BUS_PCI | BUS_SBUS | BUS_VIO | BUS_MACIO |
--                           BUS_PCMCIA | BUS_XEN,
-+                           BUS_PCMCIA,
-                            PROBE_ALL);
-     logMessage(DEBUGLVL, "finished bus probing");
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.068986 seconds and 4 git commands to generate.