From 67a7df04b3beab528412db4791f854cbac66ba64 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 23 Jul 2024 00:26:33 -0500 Subject: [PATCH] Remove obsolete HyperV service --- distros/archlinux/rolling/http/in-chroot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/distros/archlinux/rolling/http/in-chroot.sh b/distros/archlinux/rolling/http/in-chroot.sh index a41cd93..b6e5cb8 100644 --- a/distros/archlinux/rolling/http/in-chroot.sh +++ b/distros/archlinux/rolling/http/in-chroot.sh @@ -45,7 +45,6 @@ virt="$(systemd-detect-virt)" # "KVM" == KVM/Qemu if [ "${virt}" == "microsoft" ]; then pacman -S --noconfirm hyperv - systemctl enable hv_fcopy_daemon systemctl enable hv_kvp_daemon systemctl enable hv_vss_daemon fi