Hyper-V guest services

From Alpine Linux
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to install Hyper-V guest services

Hyper-V tools is nicely packaged, so the install is simple, as follows:

apk add hvtools

Then enable the services

rc-service hv_fcopy_daemon start

rc-service hv_kvp_daemon start

rc-service hv_vss_daemon start

Then to ensure these services start on boot

rc-update add hv_fcopy_daemon

rc-update add hv_kvp_daemon

rc-update add hv_vss_daemon