From 4108c8f918560d86ce12a1df60d5bca808d81ad5 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 14 Jun 2023 17:18:51 +0200 Subject: http: rocky: anaconda-ks: remove unused packages. Use Ansible for that. --- http/rocky/anaconda-ks.cfg | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'http') diff --git a/http/rocky/anaconda-ks.cfg b/http/rocky/anaconda-ks.cfg index 8c27730..e4e3f63 100644 --- a/http/rocky/anaconda-ks.cfg +++ b/http/rocky/anaconda-ks.cfg @@ -26,12 +26,14 @@ reboot %packages -@minimal-environment @core +epel-release curl -kexec-tools +git openssh -strace +python3 +vim +wget %end %pre --interpreter=/usr/bin/perl @@ -87,11 +89,11 @@ parted -s /dev/sda -- name 2 SLX_SYS # grub2-mkconfig -o /boot/grub2/grub.cfg # dnf -y install epel-release # -dnf -y install epel-release +#dnf -y install epel-release dnf -y update -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 +#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 # allow root login for ansible sed -i 's,^[[:blank:]]*#*PermitRootLogin.*,PermitRootLogin yes,g' /etc/ssh/sshd_config -- cgit v1.2.3-55-g7522