[yum-commits] Branch 'yum-3_2_X' - yum/config.py

James Antill james at osuosl.org
Sun Oct 19 18:06:07 UTC 2008


 yum/config.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit d0f45a4ef9cb165b29f8d6fdc4fe527acea97e79
Author: James Antill <james at and.org>
Date:   Sun Oct 19 14:05:39 2008 -0400

    Add kernel-firmware to the kernel pkgs list, bug 467628

diff --git a/yum/config.py b/yum/config.py
index 471303a..94aa57a 100644
--- a/yum/config.py
+++ b/yum/config.py
@@ -64,6 +64,7 @@ class Option(object):
         @return: The parsed option value or the default value if the value
             wasn't set in the configuration file.
         '''
+        # xemacs highlighting hack: '
         if obj is None:
             return self
 
@@ -575,6 +576,7 @@ class StartupConf(BaseConfig):
     required early in the initialisation process or before the other [main]
     options can be parsed. 
     '''
+    # xemacs highlighting hack: '
     debuglevel = IntOption(2, 0, 10)
     errorlevel = IntOption(2, 0, 10)
 
@@ -612,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-PAE-debug', 'kernel-firmware'])
     # 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