Add the ability to use the hyperv provider.

This commit is contained in:
man715
2020-08-25 13:03:34 -07:00
parent 85a5990b2f
commit 53b0ec43a3
11 changed files with 885 additions and 0 deletions

4
HyperV/fix-motd.sh Normal file
View File

@@ -0,0 +1,4 @@
#! /bin/sh
# Fix the motd script
cp /etc/update-motd.d/20-detectionlab .
tr -d '\15\32' < 20-detectionlab > /etc/update-motd.d/20-detectionlab