Improved on the post-install provisioning
This commit is contained in:
@ -40,6 +40,7 @@ reboot --eject
|
||||
%packages
|
||||
@base
|
||||
@core
|
||||
bash
|
||||
nfs-utils
|
||||
sudo
|
||||
|
||||
@ -53,7 +54,7 @@ dnf -y install epel-release
|
||||
|
||||
dnf -y install wget vim yum-plugin-versionlock qemu-guest-agent
|
||||
|
||||
usermod -aG wheel xadmin
|
||||
echo 'xadmin ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/xadmin
|
||||
|
||||
systemctl enable qemu-guest-agent
|
||||
|
||||
|
Reference in New Issue
Block a user