HyperV added
Only enabled so far for Archlinux and CentOS. Also, needed to change file endings on ALL THE THINGS. Might or might not show up.
This commit is contained in:
@@ -53,5 +53,13 @@ EOF
|
||||
|
||||
sed -i -E -e 's/^.*UseDNS.*$/UseDNS no/'
|
||||
echo "PubkeyAcceptedKeyTypes +ssh-rsa" >> /etc/ssh/sshd_config
|
||||
|
||||
virt="$(systemd-detect-virt)"
|
||||
if [ "${virt}" == "microsoft" ]; then
|
||||
yum install -y hyperv-daemons
|
||||
systemctl enable hpervfcopyd
|
||||
systemctl enable hypervkvpd
|
||||
systemctl enable hypervvssd
|
||||
fi
|
||||
%end
|
||||
|
||||
|
||||
@@ -5,3 +5,5 @@
|
||||
provider: virtualbox-iso
|
||||
- arch: x86_64
|
||||
provider: vmware-iso
|
||||
- arch: x86_64
|
||||
provider: hyperv-iso
|
||||
Reference in New Issue
Block a user