Seth Vidal d133b04
--- yum/config.py~  2008-02-08 16:22:27.000000000 -0500
Seth Vidal d133b04
+++ yum/config.py   2008-02-08 16:22:28.000000000 -0500
Seth Vidal d133b04
@@ -593,7 +593,7 @@
Seth Vidal d133b04
     # NOTE: If you set this to 2, then because it keeps the current kernel it
Seth Vidal d133b04
     # means if you ever install an "old" kernel it'll get rid of the newest one
Seth Vidal d133b04
     # so you probably want to use 3 as a minimum ... if you turn it on.
Seth Vidal d133b04
-    installonly_limit = PositiveIntOption(0, range_min=2,
Seth Vidal d133b04
+    installonly_limit = PositiveIntOption(3, range_min=2,
Seth Vidal d133b04
                                           names_of_0=["0", "<off>"])
Seth Vidal d5f4dbe
     kernelpkgnames = ListOption(['kernel','kernel-smp', 'kernel-enterprise',
Seth Vidal edb01a2
             'kernel-bigmem', 'kernel-BOOT', 'kernel-PAE', 'kernel-PAE-debug'])
Seth Vidal d133b04
Seth Vidal d133b04
--- docs/yum.conf.5	2008-01-24 13:30:23.000000000 -0500
Seth Vidal d133b04
+++ docs/yum.conf.5	2008-01-25 00:19:24.000000000 -0500
Seth Vidal d133b04
@@ -99,7 +99,7 @@
Seth Vidal dd6870c
 
Seth Vidal dd6870c
 .IP \fBinstallonly_limit \fR
Seth Vidal dd6870c
 Number of packages listed in installonlypkgs to keep installed at the same
Seth Vidal dd6870c
-time. Setting to 0 disables this feature. Default is '0'.
Seth Vidal d133b04
+time. Setting to 0 disables this feature. Default is '3'.
Seth Vidal dd6870c
 
Seth Vidal dd6870c
 .IP \fBkernelpkgnames \fR
Seth Vidal dd6870c
 List of package names that are kernels. This is really only here for the