40 lines
762 B
Plaintext
40 lines
762 B
Plaintext
#
|
|
# This is a Xen VM config file for Qubes VM
|
|
# DO NOT EDIT - autogenerated by qubes tools
|
|
#
|
|
|
|
name = "{name}"
|
|
|
|
builder='hvm'
|
|
memory={mem}
|
|
viridian=1
|
|
kernel='hvmloader'
|
|
stdvga=1
|
|
#acpi=1
|
|
#apic=1
|
|
boot='dca'
|
|
device_model='stubdom-dm'
|
|
#pae=1
|
|
usbdevice='tablet'
|
|
sdl=0
|
|
vnc=0
|
|
localtime = {localtime}
|
|
rtc_timeoffset = {timeoffset}
|
|
disk = [ {rootdev}
|
|
{privatedev}
|
|
{otherdevs}
|
|
]
|
|
vif = [ {netdev} ]
|
|
pci = [ {pcidev} ]
|
|
vcpus = {vcpus}
|
|
|
|
#tsc_mode = 2
|
|
#xen_extended_power_mgmt=0
|
|
|
|
on_poweroff = 'destroy'
|
|
on_reboot = 'destroy'
|
|
on_crash = 'destroy'
|
|
|
|
# Use of DNS2 as DHCP server IP makes DNS2 not accessible, but DNS1 still should work
|
|
device_model_args = [ '-net', 'lwip,client_ip={ip},server_ip={dns2},dns={dns1},gw={gateway},netmask={netmask}' ]
|