coreos: add qemu-guest-agent to images

Qemu-guest-agent gets activated using a udev rule, and so will only run
when the correct virtio-port name is detected. Qemu-guest-agent is used
across several oems so we include it in the usr partition.
This commit is contained in:
jenkins 2022-10-18 17:01:44 +00:00
parent 9f7bb31f84
commit cee408b4a6
2 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ RDEPEND="${RDEPEND}
# OEM specific bits that need to go in USR
RDEPEND+="
amd64? (
app-emulation/qemu-guest-agent
sys-auth/google-oslogin
)
"