diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-14 12:33:27 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-14 12:33:27 +0000 |
commit | 4b8cb6b7eda61db8935333fccafd91526b14a8fe (patch) | |
tree | c2b7752600872dc775c4d4094183f71305367762 | |
parent | 8e3bbc53eada35fb7a586949f6f53154a9fe9965 (diff) | |
download | anaconda-4b8cb6b7eda61db8935333fccafd91526b14a8fe.tar.gz anaconda-4b8cb6b7eda61db8935333fccafd91526b14a8fe.tar.xz anaconda-4b8cb6b7eda61db8935333fccafd91526b14a8fe.zip |
add kernel-enterprise to exclude
-rw-r--r-- | comps.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ ExcludePackages = { 'XFree86-3DLabs' : None, 'XFree86-8514' : None, 'XFree86-VGA16' : None, 'XFree86-W32' : None, 'kernel' : None, 'kernel-BOOT' : None, - 'kernel-smp' : None, + 'kernel-smp' : None, 'kernel-enterprise' : None, 'kinput2-canna' : None, 'kinput-canna-wnn4' : None, 'kinput2-wnn4' : None, 'kinput2-wnn6' : None } |