blob: cc7651f226c068020efffc1bea67714d9a3e9591 (
plain)
1
2
3
4
5
6
7
8
|
name = "guest0"
kernel = "/boot/Image"
vif = [ 'model=virtio-net,type=ioemu' ]
vfb=['']
ramdisk = "/root/rootfs.cpio.gz"
extra ="console=hvc0 init=/bin/sh root=/dev/ram0"
memory = 800
vcpus = 1
|