Provide some more linux support - alpine/debian

This commit is contained in:
Matt Churchyard
2015-08-04 09:19:13 +01:00
parent abe280f07b
commit 3a8c57f185
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
guest="alpine"
cpu=1
memory=512M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"

View File

@@ -0,0 +1,7 @@
guest="debian"
cpu=1
memory=512M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"