diff --git a/changelog/changes/2024-09-12-azure-hv-daemons.md b/changelog/changes/2024-09-12-azure-hv-daemons.md index 51fa66598a..55c2d65053 100644 --- a/changelog/changes/2024-09-12-azure-hv-daemons.md +++ b/changelog/changes/2024-09-12-azure-hv-daemons.md @@ -1 +1 @@ -- azure-oem: Added hyperV daemons `kvp`, `vss`, and `fcopy` for better integration with the Azure hypervisor ([scripts#2309](https://github.com/flatcar/scripts/pull/2309)). +- oem-azure, oem-hyperv: Add daemons `kvp`, `vss`, and `fcopy` for better HyperV hypervisor integration with Flatcar guests ([scripts#2309](https://github.com/flatcar/scripts/pull/2309)). diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hyperv/oem-hyperv-0.1.0-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hyperv/oem-hyperv-0.1.0-r1.ebuild index b7b9e3d1a8..079bcd7984 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hyperv/oem-hyperv-0.1.0-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hyperv/oem-hyperv-0.1.0-r1.ebuild @@ -15,6 +15,10 @@ IUSE="" # no source directory S="${WORKDIR}" +RDEPEND=" + app-emulation/hv-daemons +" + src_prepare() { default sed -e "s\\@@OEM_VERSION_ID@@\\${PVR}\\g" \