summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorMichael Janczyk2023-06-15 18:28:59 +0200
committerMichael Janczyk2023-06-15 18:28:59 +0200
commit40604e12201262110e52edcacad478273c338ace (patch)
treeec49fd66fbc049fad2e51abffdc887256f5d120f /http
parentMakefile: remove scp extra args. (diff)
downloadpacker-templates-40604e12201262110e52edcacad478273c338ace.tar.gz
packer-templates-40604e12201262110e52edcacad478273c338ace.tar.xz
packer-templates-40604e12201262110e52edcacad478273c338ace.zip
http: rocky: anaconda-ks: move packages to separate step. will be moved to ansible soon.
Diffstat (limited to 'http')
-rw-r--r--http/rocky/anaconda-ks.cfg11
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