From 2964a29b7b5e9fbd203cc94a4115580a37fe3bdb Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 21 Aug 2025 17:18:37 -0500 Subject: [PATCH] Remove deprecated Hyper-V daemon --- distros/debian/13/finalize.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/distros/debian/13/finalize.sh b/distros/debian/13/finalize.sh index 9da84aa..b7680f2 100644 --- a/distros/debian/13/finalize.sh +++ b/distros/debian/13/finalize.sh @@ -16,7 +16,6 @@ apt-get clean virt="$(systemd-detect-virt)" if [ "${virt}" == "microsoft" ]; then apt-get install -y hyperv-daemons - systemctl enable hv-fcopy-daemon systemctl enable hv-kvp-daemon systemctl enable hv-vss-daemon fi