From 4a7d0373c8c1e4c0e7d82a13635d3388cf562234 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Mon, 1 Oct 2012 11:00:03 +0200 Subject: [PATCH] Enable multiversion kernel in zypp.conf and keep latest,latest-1,running --- zypp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zypp.conf b/zypp.conf index 439380e..27431b1 100644 --- a/zypp.conf +++ b/zypp.conf @@ -361,7 +361,7 @@ ## Default value: ## empty ## -# multiversion = provides:multiversion(kernel) +multiversion = provides:multiversion(kernel) ## ## Defining directory which may contain additional multiversion definitions. @@ -391,7 +391,7 @@ ## 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 +multiversion.kernels = latest,latest-1,running ## ## Path to locks file. If not exist then is create. -- 2.7.4