From: Frank Brehm Date: Thu, 25 Jun 2020 08:11:54 +0000 (+0200) Subject: Cosmetic changes X-Git-Tag: 2.1.2^2~7^2~5^2~15 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8f9c8e4cd4263c48a36116c99a035bc11c435c54;p=pixelpark%2Fcreate-vmware-tpl.git Cosmetic changes --- diff --git a/kickstart/template-centos8.ks b/kickstart/template-centos8.ks index f1adae4..446bfd7 100644 --- a/kickstart/template-centos8.ks +++ b/kickstart/template-centos8.ks @@ -62,6 +62,8 @@ repo --name=pp-powertools --baseurl=https://repo01.pixelpark.com/Linux/yum/cento # repo --name=pp-epel --baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ # repo --name=pixelpark --baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/$releasever/ +########################################## +# Packages %packages @core @@ -95,13 +97,13 @@ yum-utils ####################### # Packages later: -# bgconf -# bgscripts-core # colordiff -# -*firmware # p7zip # screen +########################################## +# Post installation tasks in chroot env + %post --interpreter=/usr/bin/bash ### output to console @@ -116,8 +118,8 @@ exec < /dev/console &> >(tee -a "$POST_LOG") ### debug - # set -x + echo "cobbler profile = $profile_name" echo