fixed
This commit is contained in:
parent
83e2e8df1d
commit
4a903d5091
2 changed files with 47 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue