Config file template for standalone VMs (#98)
This commit is contained in:
parent
8db9eeb102
commit
c56f4e9337
21
vm_conf_files/standalone-template.conf
Normal file
21
vm_conf_files/standalone-template.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#
|
||||||
|
# This is a Xen VM config file for AppVMs
|
||||||
|
#
|
||||||
|
|
||||||
|
kernel="%TEMPLATEDIR%/kernels/vmlinuz"
|
||||||
|
ramdisk="%TEMPLATEDIR%/kernels/initramfs"
|
||||||
|
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'
|
||||||
|
]
|
||||||
|
|
||||||
|
vcpus = %VCPUS%
|
||||||
|
|
||||||
|
on_poweroff = 'destroy'
|
||||||
|
on_reboot = 'destroy'
|
||||||
|
on_crash = 'destroy'
|
Loading…
Reference in New Issue
Block a user