From b050b2f25f010749d30c6723ff772ba60924c1e4 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Wed, 21 Nov 2007 16:57:26 +0000
Subject: [PATCH] previous change trashed the -k option to mkfedora

---
 build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 90ec95c..ed99814 100755
--- a/build.sh
+++ b/build.sh
@@ -45,12 +45,11 @@ export PL_BOOTCD=1
 
 # "Parse" out the packages and groups into the options passed to mkfedora
 # -k = exclude kernel* packages
-options="-k"
 lst="${pldistro}-base.lst"
 popts=$(pl_getPackagesOptions2 ${pl_DISTRO_NAME} $lst)
 gopts=$(pl_getGroupsOptions2 ${pl_DISTRO_NAME} $lst)
 
-options="${popts} ${gopts}"
+options="${popts} ${gopts} -k"
 
 echo "+++++++++++++OPTIONS = ${options}"
 
-- 
2.47.0