Start this domain when starting xend
Sample: AUTO_START='no'
Is this a fli4l domain?
Sample: IS_FLI4L='yes'
Is this VM a HVM (e.g. for windows)
Sample: HVM='no'
VNC password for HVM
Sample: VNC_PASS='eis'
Defines wheter this domU uses the dom0 kernel or a custom one.
Sample: USE_CUSTOM_KERNEL='no'
Path to the kernel
Sample: KERNEL='/boot/vmlinuz-xen'
Path to the initrd
Sample: KERNEL='/boot/initrd-xen.gz'
Will be append to kernel cmdline
Sample: ROOT_DEVICE='/dev/hda1'
Optional kernel parameters
Sample: KERNEL_PARAMS='ro quiet'
Memory which will be allocated for the VM
Sample: MEMORY='32'
Number of virtual CPUs for domU.
Sample: VCPUS='1'
Does domU uses own timezone?
Sample: LOCALTIME='no'
Boot device needed for HVM
a - boot from floppy
c - boot from harddisk
d - boot from cdrom
Sample: BOOT='c'
Number of disk devices you want the domain to have access to
Sample: DISK_N='0'
file = filesystem image using loop-device
phy = physical device of the host system
Sample: DISK_1_TYPE='file'
hdd = map device as harddrive to HVM domU
cd = map device as cd to HVM domU
Sample: DISK_1_SUBTYPE='hdd'
Path to the image file or physical devicename on the host system. If this is a swap-file, enter 'autoswap', this will keep your swapfile-size always at 2 * allocated memory.
Sample: DISK_1_UNAME='/var/xen/images/fli4l-disk.img'
Map UNAME to this devicename in the VM
Sample: DISK_1_MAP_TO='hda1'
r = read-only
w = read-write
Sample: DISK_1_MODE='w'
Number of network devices you want the domain to have access to
Sample: VIF_N='3'
MAC address of the virtual network interface.
Random MACs are assigned if not given.
Sample: VIF_1_MAC=''
Bridge ID defined in XEN_BRIDGE_*
Sample: VIF_1_BRIDGE='1'
Number of pci devices you want the domain to have access to
Sample: PCI_N='0'
Assign pci id to this domain
Sample: PCI_1_ID='0000:00:11.5'
Number of legacy devices you want the domain to have access to
Sample: PCI_N='0'
Assign irq to this domain
Sample: LEGACY_1_IRQ='7'
Assign ioport to this domain
Sample: LEGACY_1_IOPORT='0378-037a'