theoretical windows server 2012 support

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-05-16 13:52:46 +00:00
parent d400256430
commit a6fc80030f
2 changed files with 11 additions and 1 deletions

View File

@ -144,4 +144,10 @@ in [ Distro::{
"2f8a562637340a026f712594f1257673543d74725d8e3daf88d533d7b8bf448f"
, minSize = 5
}
, Distro::{
, name = "windows-server-2012-r2"
, downloadURL = "http://localhost:42069/windows2012r2.qcow2"
, sha256Sum = "xxxfakewindowsserver2012r2"
, minSize = 13
}
]

View File

@ -1,4 +1,4 @@
<domain type="kvm">
<domain type="kvm" xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>{{.Name}}</name>
<uuid>{{.UUID}}</uuid>
<metadata>
@ -68,4 +68,8 @@
<backend model="random">/dev/urandom</backend>
</rng>
</devices>
<qemu:commandline>
<qemu:arg value="-smbios" />
<qemu:arg value="type=1,serial=ds=nocloud;h={{.Name}}" />
</qemu:commandline>
</domain>