qubes-linux-template-builder/vm_conf_files/netvm-template.conf
Marek Marczykowski c03967798f Create template with plain root.img without partitions (#118)
Additionaly provide clean-volatile.img
2011-03-18 22:30:23 -04:00

25 lines
536 B
Plaintext

#
# This is a Xen VM config file for AppVMs
#
kernel="%TEMPLATEDIR%/kernels/vmlinuz"
ramdisk="%TEMPLATEDIR%/kernels/initramfs"
extra="ro nomodeset xencons=hvc swiotlb=force pci=nomsird_NO_PLYMOUTH 3"
root="/dev/mapper/dmroot"
memory = %MEM%
name = "%VMNAME%"
pci = [ %PCIDEVS% ]
disk = [ 'snapshot:%TEMPLATEDIR%/root.img:%TEMPLATEDIR%/root-cow.img,xvda,r',
'file:%VMDIR%/private.img,xvdb,w',
'file:%VMDIR%/volatile.img,xvdc,w',
]
vcpus = %VCPUS%
on_poweroff = 'destroy'
on_reboot = 'destroy'
on_crash = 'destroy'