diff options
Diffstat (limited to 'http')
-rw-r--r-- | http/rocky/anaconda-ks.cfg | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/http/rocky/anaconda-ks.cfg b/http/rocky/anaconda-ks.cfg index e4e3f63..3800771 100644 --- a/http/rocky/anaconda-ks.cfg +++ b/http/rocky/anaconda-ks.cfg @@ -27,13 +27,6 @@ reboot %packages @core -epel-release -curl -git -openssh -python3 -vim -wget %end %pre --interpreter=/usr/bin/perl @@ -89,9 +82,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 curl git python3 vim wget #dnf -y install atop git htop iftop jq mutt nmap nmap-ncat systemd-networkd tcpdump vim wget +dnf clean all #systemctl enable sshd #alternatives --set python /usr/bin/python3 |