diff options
-rw-r--r-- | http/rocky/anaconda-ks.cfg | 16 |
1 files changed, 9 insertions, 7 deletions
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 |