diff options
author | Jonathan Bauer | 2023-03-09 16:57:40 +0100 |
---|---|---|
committer | Jonathan Bauer | 2023-03-09 16:57:40 +0100 |
commit | 27d07fa128ebe4b5d23d37a90a37e6e4beb92923 (patch) | |
tree | a496870f067977e84de37d746f941dfdba7042ba /http/rocky | |
parent | ansible-provisioner fix (diff) | |
download | packer-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.tar.gz packer-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.tar.xz packer-templates-27d07fa128ebe4b5d23d37a90a37e6e4beb92923.zip |
finalize rocky9 support
Diffstat (limited to 'http/rocky')
-rw-r--r-- | http/rocky/anaconda-ks.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http/rocky/anaconda-ks.cfg b/http/rocky/anaconda-ks.cfg index 6a8b152..8c27730 100644 --- a/http/rocky/anaconda-ks.cfg +++ b/http/rocky/anaconda-ks.cfg @@ -32,7 +32,6 @@ curl kexec-tools openssh strace -tmux %end %pre --interpreter=/usr/bin/perl @@ -78,6 +77,7 @@ close($fp); %post --erroronfail set -x +parted -s /dev/sda -- name 2 SLX_SYS # rpm --import 'https://www.elrepo.org/RPM-GPG-KEY-elrepo.org' # yum -y install 'http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm' # yum-config-manager --enable elrepo-kernel @@ -89,7 +89,7 @@ set -x # dnf -y install epel-release dnf -y update -dnf -y install ansible atop git htop iftop jq mutt nmap nmap-ncat systemd-networkd tcpdump vim wget +dnf -y install atop git htop iftop jq mutt nmap nmap-ncat systemd-networkd tcpdump vim wget systemctl enable sshd alternatives --set python /usr/bin/python3 |