hv-daemons: added to oem-hyperv, too

This commit is contained in:
Thilo Fromm 2024-09-12 12:17:43 +02:00
parent 07c14d8be4
commit 71c4665221
2 changed files with 5 additions and 1 deletions

View File

@ -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)).

View File

@ -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" \