mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
make sure services are enabled
This commit is contained in:
parent
4a87957654
commit
2eb9a95ce6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user