From 2c2202867d4f6940aa6062a42d95f32f9fd936ea Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 22 May 2020 16:51:58 +0200 Subject: [PATCH] First runnable version --- kickstart/pp_standard_centos8_vmware.ks | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/kickstart/pp_standard_centos8_vmware.ks b/kickstart/pp_standard_centos8_vmware.ks index 1afb44d..ad5a06e 100644 --- a/kickstart/pp_standard_centos8_vmware.ks +++ b/kickstart/pp_standard_centos8_vmware.ks @@ -7,10 +7,12 @@ # Firewall configuration firewall --disabled -# Install OS instead of upgrade -install + # Use network installation -url --url="http://192.168.88.8/cobbler/ks_mirror/CentOS-8.1-x86_64/" +url --url="https://repo01.pixelpark.com/Linux/yum/centos/8/BaseOS/x86_64/os" --noverifyssl + +sshpw --username=inst testtest --plaintext + # Root install-password rootpw --iscrypted $6$hrjmntwc$Vt1K1JQghssQ0El1D.uzbEEGNizDT4aQEW/G..HErsvsGL3OEgU1Xyrg3uQ/nE/3ABFuyOM1eQc1RjHMV5oDv1 # System authorization information @@ -57,7 +59,7 @@ repo --name=pp-base --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$rel repo --name=pp-appstream --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/AppStream/$basearch/os/ repo --name=pp-extras --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/os/ repo --name=pp-powertools --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/PowerTools/$basearch/os/ -repo --name=pp-epel --baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ +# 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/ @@ -66,10 +68,7 @@ repo --name=pp-epel --baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$relea @^minimal install -abrt* bc -bgconf -bgscripts-core bind-utils -colordiff curl dosfstools -*firmware @@ -81,12 +80,10 @@ man mlocate net-tools nfs-utils -p7zip psmisc python3-policycoreutils rpm-build rsync -screen strace sysstat tcpdump @@ -97,6 +94,14 @@ wget yum-utils %end +####################### +# Packages later: +# bgconf +# bgscripts-core +# colordiff +# p7zip +# screen + %post --interpreter=/usr/bin/bash -- 2.39.5