[yum-commits] Branch 'yum-3_2_X' - yum/config.py
James Antill
james at osuosl.org
Mon Oct 20 13:33:36 UTC 2008
yum/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c76e6cebbec71bd5e4782b58a1fced7034132f0f
Author: James Antill <james at and.org>
Date: Mon Oct 20 09:33:29 2008 -0400
Revert kernel-firmware addition to default installonly
diff --git a/yum/config.py b/yum/config.py
index 94aa57a..03123a9 100644
--- a/yum/config.py
+++ b/yum/config.py
@@ -614,7 +614,7 @@ class YumConf(StartupConf):
installonlypkgs = ListOption(['kernel', 'kernel-bigmem',
'kernel-enterprise','kernel-smp', 'kernel-modules', 'kernel-debug',
'kernel-unsupported', 'kernel-source', 'kernel-devel', 'kernel-PAE',
- 'kernel-PAE-debug', 'kernel-firmware'])
+ 'kernel-PAE-debug'])
# NOTE: If you set this to 2, then because it keeps the current kernel it
# means if you ever install an "old" kernel it'll get rid of the newest one
# so you probably want to use 3 as a minimum ... if you turn it on.
More information about the Yum-commits
mailing list