From: Frank Brehm Date: Fri, 22 May 2020 14:51:58 +0000 (+0200) Subject: First runnable version X-Git-Tag: 2.1.2^2~9^2~33 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2c2202867d4f6940aa6062a42d95f32f9fd936ea;p=pixelpark%2Fcreate-vmware-tpl.git First runnable version --- 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