X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=blobdiff_plain;f=build.sh;h=ed998145a697c3753f5319c4409d4aafa0db2dc2;hp=90ec95cc4a1b9f6e5c5e2001881b7ff92aea56b8;hb=b050b2f25f010749d30c6723ff772ba60924c1e4;hpb=0cad6286431060d939ce258d7285b92aac0da02c 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}"