This commit is contained in:
Michael Trip 2023-02-09 13:14:45 +01:00
parent 83e2e8df1d
commit 4a903d5091
2 changed files with 47 additions and 25 deletions

View file

@ -42,6 +42,7 @@ curl
# allow for ansible
python3
python3-libselinux
qemu-guest-agent
# unnecessary firmware
-aic94xx-firmware
@ -89,7 +90,7 @@ yum -C -y remove firewalld --setopt="clean_requirements_on_remove=1"
# remove avahi and networkmanager
echo "Removing avahi/zeroconf and NetworkManager"
yum -C -y remove avahi\*
yum -C -y remove avahi\*
echo -n "Getty fixes"
# although we want console output going to the serial console, we don't
@ -139,6 +140,9 @@ yum update -y
sed -i "s/^.*requiretty/#Defaults requiretty/" /etc/sudoers
yum clean all
# enabling qemu-guest-tools
systemctl enable qemu-guest-agent
%end
%anaconda