]> git.pld-linux.org Git - packages/anaconda.git/blobdiff - anaconda-kernel.patch
- more fs tools
[packages/anaconda.git] / anaconda-kernel.patch
index 95968ee105986a4d506ebbebf0bbb0eb48e40a1e..6de3dc1fd17f27385cbb036826da0fe9896c3e13 100644 (file)
@@ -1,6 +1,11 @@
---- anaconda-11.0.5/yuminstall.py~     2006-05-24 02:51:56.715042751 +0300
-+++ anaconda-11.0.5/yuminstall.py      2006-05-24 03:01:04.177356166 +0300
-@@ -701,7 +701,7 @@
+--- anaconda-11.0.5/yuminstall.py      2006-05-24 03:11:56.912047364 +0300
++++ anaconda-11.0.5/yuminstall.py      2006-05-24 18:09:49.619010315 +0300
+@@ -697,11 +697,11 @@
+             return pkgs[0]
+         foundkernel = False
+-        kpkg = getBestKernelByArch("kernel", self.ayum)
++        kpkg = getBestKernelByArch("kernel-grsecurity", self.ayum)
  
          # FIXME: this is a bit of a hack.  we shouldn't hard-code and
          # instead check by provides.  but alas.
                  foundkernel = True
              except PackageSackError:
                  ksmp = None
+@@ -750,7 +750,7 @@
+                     self.selectPackage("kernel-smp-devel")
+             
+         if not foundkernel:
+-            log.info("selected kernel package for kernel")
++            log.info("selected kernel-grsecurity package for kernel")
+             self.ayum.install(po=kpkg)
+             if len(self.ayum.tsInfo.matchNaevr(name="gcc")) > 0:
+                 log.debug("selecting kernel-devel")
 @@ -1028,7 +1028,7 @@
          kernelVersions = []
  
This page took 0.095322 seconds and 4 git commands to generate.