]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda-kernel.patch
- use util-linux virtual
[packages/anaconda.git] / anaconda-kernel.patch
index 22be6168ad15eead58ee49a3cfdd2a4dadf11e2a..6acfd188af0b0562d5b185ba1ed9baa80a96ad87 100644 (file)
@@ -1,11 +1,10 @@
 --- anaconda-11.2.0.24.org/yuminstall.py       2007-02-13 14:56:08.000000000 +0100
 +++ anaconda-11.2.0.24/yuminstall.py   2007-02-20 19:12:05.894623000 +0100
-@@ -1009,7 +1009,7 @@
+@@ -1009,6 +1009,7 @@
          # FIXME: this is a bit of a hack.  we shouldn't hard-code and
          # instead check by provides.  but alas.
--        for k in ("kernel", "kernel-smp", "kernel-xen0", "kernel-xen"):
-+        for k in ("kernel", "kernel-smp", "kernel-grsecurity", "kernel-grsecurity-smp", "kernel-xen0", "kernel-xen"):
-             if len(self.ayum.tsInfo.matchNaevr(name=k)) > 0:            
-                 foundkernel = True
+         for k in ("kernel", "kernel-smp", "kernel-xen0", "kernel-xen",
++                  "kernel-grsecurity", "kernel-grsecurity-smp",
+                   "kernel-PAE"):
+             if len(self.ayum.tsInfo.matchNaevr(name=k)) > 0:
+                 self.selectModulePackages(anaconda, k)
This page took 0.03056 seconds and 4 git commands to generate.