From: Thierry Parmentelat Date: Mon, 12 Jul 2010 10:30:01 +0000 (+0200) Subject: excludes kernel-PAE as well on fedora, as otherwise the bootCD ends up with that... X-Git-Tag: 5.0-rc12~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9547e592eec9a4ef66875449849331f98e6b1654;p=build.git excludes kernel-PAE as well on fedora, as otherwise the bootCD ends up with that kernel instead of ours --- diff --git a/build.common b/build.common index ff5c104d..9295f2d1 100644 --- a/build.common +++ b/build.common @@ -74,7 +74,7 @@ function pl_getKexcludes () { distroname=$1; shift case $distroname in f*) - echo 'kernel kernel-vserver kernel-devel kernel-headers kernel-debuginfo util-vserver* iptables iptables-ipv6 iproute drupal' ;; + echo 'kernel kernel-PAE kernel-vserver kernel-devel kernel-headers kernel-debuginfo util-vserver* iptables iptables-ipv6 iproute drupal' ;; centos5) echo 'kernel kernel-vserver kernel-devel kernel-headers kernel-debuginfo util-vserver* iptables iproute drupal inotify-tools* libnl' ;; *)