]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Cosmetic changes
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 25 Jun 2020 08:11:54 +0000 (10:11 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 25 Jun 2020 08:11:54 +0000 (10:11 +0200)
kickstart/template-centos8.ks

index f1adae45dce4c65361d84038925255bf5409f3fa..446bfd7deb5eb8404a1c393440874097cb0776d1 100644 (file)
@@ -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