Remove obsolete HyperV service
This commit is contained in:
@@ -45,7 +45,6 @@ virt="$(systemd-detect-virt)"
|
|||||||
# "KVM" == KVM/Qemu
|
# "KVM" == KVM/Qemu
|
||||||
if [ "${virt}" == "microsoft" ]; then
|
if [ "${virt}" == "microsoft" ]; then
|
||||||
pacman -S --noconfirm hyperv
|
pacman -S --noconfirm hyperv
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user