Remove deprecated Hyper-V daemon

This commit is contained in:
Greg Hellings
2025-08-21 17:18:37 -05:00
parent a43f5d158c
commit 2964a29b7b
-1
View File
@@ -16,7 +16,6 @@ apt-get clean
virt="$(systemd-detect-virt)" virt="$(systemd-detect-virt)"
if [ "${virt}" == "microsoft" ]; then if [ "${virt}" == "microsoft" ]; then
apt-get install -y hyperv-daemons apt-get install -y hyperv-daemons
systemctl enable hv-fcopy-daemon
systemctl enable hv-kvp-daemon systemctl enable hv-kvp-daemon
systemctl enable hv-vss-daemon systemctl enable hv-vss-daemon
fi fi