mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
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:
parent
9f7bb31f84
commit
cee408b4a6
@ -201,6 +201,7 @@ RDEPEND="${RDEPEND}
|
|||||||
# OEM specific bits that need to go in USR
|
# OEM specific bits that need to go in USR
|
||||||
RDEPEND+="
|
RDEPEND+="
|
||||||
amd64? (
|
amd64? (
|
||||||
|
app-emulation/qemu-guest-agent
|
||||||
sys-auth/google-oslogin
|
sys-auth/google-oslogin
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user