]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda-kernel.patch
- try with version 11.2.0.24
[packages/anaconda.git] / anaconda-kernel.patch
CommitLineData
c2f22095
AM
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,7 +1009,7 @@
127f0269
ER
4
5 # FIXME: this is a bit of a hack. we shouldn't hard-code and
6 # instead check by provides. but alas.
c2f22095
AM
7- for k in ("kernel", "kernel-smp", "kernel-xen0", "kernel-xen"):
8+ for k in ("kernel", "kernel-smp", "kernel-grsecurity", "kernel-grsecurity-smp", "kernel-xen0", "kernel-xen"):
127f0269
ER
9 if len(self.ayum.tsInfo.matchNaevr(name=k)) > 0:
10 foundkernel = True
11
This page took 0.095707 seconds and 4 git commands to generate.