Template configuration for automatic kernel purge (feature#312018)
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 21 Jun 2011 08:43:08 +0000 (10:43 +0200)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 21 Jun 2011 08:43:08 +0000 (10:43 +0200)
zypp.conf

index 1c580b1..58a411e 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 ##
 # multiversion = provides:multiversion(kernel)
 
+## Comma separated list of kernel packages to keep installed in parallel, if the
+## above multiversion variable is set. Packages can be specified as
+## 2.6.32.12-0.7 - Exact version to keep
+## latest        - Keep kernel with the highest version number
+## latest-N      - Keep kernel with the Nth highest version number
+## running       - Keep the running kernel
+## oldest        - Keep kernel with the lowest version number (the GA kernel)
+## oldest+N      - Keep kernel with the Nth lowest version number
+##
+## Default: Do not delete any kernels if multiversion = provides:multiversion(kernel) is set
+# multiversion.kernels = latest,running
+
 ##
 ## Path to locks file. If not exist then is create.
 ## In this file is saved also UI locks.