Hyper-V guest services: Difference between revisions
m (PhilJ moved page Hyper-V guest additions to Hyper-V guest services) |
|||
Line 4: | Line 4: | ||
{{Cmd|apk add hvtools}} | {{Cmd|apk add hvtools}} | ||
Then enable the services | |||
{{Cmd|rc-service hv_fcopy_daemon start}} | |||
{{Cmd|rc-service hv_kvp_daemon start}} | |||
{{Cmd|rc-service hv_vss_daemon start}} | |||
Then to ensure these services start on boot | |||
{{Cmd|rc-update add hv_fcopy_daemon}} | |||
{{Cmd|rc-update add hv_kvp_daemon}} | |||
{{Cmd|rc-update add hv_vss_daemon}} |
Revision as of 05:51, 8 August 2018
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