]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-kernel.patch
- updated API
[packages/anaconda.git] / anaconda-kernel.patch
1 --- anaconda-11.2.0.24.org/yuminstall.py        2007-02-13 14:56:08.000000000 +0100
2 +++ anaconda-11.2.0.24/yuminstall.py    2007-02-20 19:12:05.894623000 +0100
3 @@ -1009,6 +1009,7 @@
4          # FIXME: this is a bit of a hack.  we shouldn't hard-code and
5          # instead check by provides.  but alas.
6          for k in ("kernel", "kernel-smp", "kernel-xen0", "kernel-xen",
7 +                  "kernel-grsecurity", "kernel-grsecurity-smp",
8                    "kernel-PAE"):
9              if len(self.ayum.tsInfo.matchNaevr(name=k)) > 0:
10                  self.selectModulePackages(anaconda, k)
This page took 0.054571 seconds and 3 git commands to generate.