Much much changes

This commit is contained in:
2013-04-07 02:41:58 +02:00
parent 05b3f04c8c
commit 3917e799fb
4 changed files with 385 additions and 172 deletions

View File

@@ -28,7 +28,8 @@
"keyboard" : "de",
"kernel": "/home/markus/kernel-3.8.5",
"append": "root=/dev/vda",
"owner": "markus"
"owner": "markus",
"autostart" : false
},
"bar": {
"cpu": "kvm64",
@@ -45,7 +46,28 @@
"display": 2
},
"keyboard" : "de",
"owner": "markus"
"owner": "markus",
"autostart" : true
},
"baz": {
"cpu": "kvm64",
"smp": 2,
"memory": 2048,
"cdrom": "/root/tmp/install-amd64-minimal-20130207.iso",
"network": {
"hw": "virtio",
"dev": "tap-baz",
"mac": "54:52:00:00:01:03",
"ip": ["192.0.2.26", "192.0.2.27"]
},
"vnc": {
"display": 3
},
"keyboard" : "de",
"owner": "markus",
"autostart" : true
}
}
}