]> git.pld-linux.org Git - packages/anaconda.git/blob - anaconda-kernel.patch
- new url
[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,7 +1009,7 @@
4  
5          # FIXME: this is a bit of a hack.  we shouldn't hard-code and
6          # instead check by provides.  but alas.
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"):
9              if len(self.ayum.tsInfo.matchNaevr(name=k)) > 0:            
10                  foundkernel = True
11  
This page took 0.044831 seconds and 3 git commands to generate.