9 lines
586 B
Plaintext
9 lines
586 B
Plaintext
# Guest agents for virtual machines
|
|
|
|
%packages --exclude-weakdeps # Beginning of the packages section. Excludes weak package 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
|
|
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
|