explicitly add libvirt service
This commit is contained in:
parent
fd2dbbe00b
commit
67649f9c37
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
# What ? This kickstart file provides guest-agents, which are useful for virtual machines
|
# What ? This kickstart file provides guest-agents, which are useful for virtual machines
|
||||||
|
|
||||||
|
services --enabled="NetworkManager,libvirtd"
|
||||||
|
|
||||||
%packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies.
|
%packages --exclude-weakdeps # Beginning of the packages section. Does not include weak dependencies.
|
||||||
|
|
||||||
qemu-guest-agent # "QEMU guest agent" The qemu-guest 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
|
qemu-guest-agent # "QEMU guest agent" The qemu-guest 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
|
||||||
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
|
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
|
%end # End of the packages section
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user