make sure services are enabled

This commit is contained in:
lukas 2021-11-27 14:09:02 +01:00
parent 4a87957654
commit 2eb9a95ce6

View File

@ -13,3 +13,6 @@ qemu-guest-agent # "QEMU guest agent" The qemu-guest agent is unnecessary for a
spice-vdagent # "Agent for Spice guests" The spice agent is unnecessary for a bare-metal system. However, it is included here to cover cases where this kickstart file is used to deploy a virtual machine
%end # End of the packages section
services --enabled=NetworkManager,qemu-guest-agent,spice-vdagentd --disabled=sshd # enable services for guest agents