2011-03-17 00:49:57 +00:00
|
|
|
#
|
|
|
|
# This is a Xen VM config file for AppVMs
|
|
|
|
#
|
|
|
|
|
2011-03-23 09:00:46 +00:00
|
|
|
kernel="%VMDIR%/kernels/vmlinuz"
|
|
|
|
ramdisk="%VMDIR%/kernels/initramfs"
|
2011-03-17 00:49:57 +00:00
|
|
|
extra="ro nomodeset xencons=hvc rd_NO_PLYMOUTH 3"
|
|
|
|
root="/dev/mapper/dmroot"
|
|
|
|
|
|
|
|
memory = %MEM%
|
|
|
|
name = "%VMNAME%"
|
|
|
|
|
|
|
|
disk = [ 'file:%VMDIR%/root.img,xvda,w',
|
|
|
|
'file:%VMDIR%/private.img,xvdb,w'
|
2011-03-19 02:30:23 +00:00
|
|
|
'file:%VMDIR%/volatile.img,xvdc,w'
|
2011-03-17 00:49:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
vcpus = %VCPUS%
|
|
|
|
|
|
|
|
on_poweroff = 'destroy'
|
|
|
|
on_reboot = 'destroy'
|
|
|
|
on_crash = 'destroy'
|