3e2958e578
This makes the console work both with pvops and xenlinux kernels. See http://lists.xensource.com/archives/html/xen-devel/2009-06/msg01066.html
22 lines
490 B
Plaintext
22 lines
490 B
Plaintext
#
|
|
# This is a Xen VM config file for the netvm
|
|
#
|
|
|
|
kernel="/var/lib/qubes/servicevms/%NETVMNAME%/kernels/vmlinuz"
|
|
ramdisk="/var/lib/qubes/servicevms/%NETVMNAME%/kernels/initramfs"
|
|
extra="ro nomodeset xencons=hvc rd_NO_PLYMOUTH 3 pci=nomsi"
|
|
root="/dev/mapper/dmroot"
|
|
|
|
memory = 200
|
|
name = "%NETVMNAME%"
|
|
pci = [ %NETVMPCIDEVS% ]
|
|
|
|
disk = [ 'file:/var/lib/qubes/servicevms/%NETVMNAME%/root.img,xvda,w',
|
|
]
|
|
|
|
vcpus = 1
|
|
|
|
on_poweroff = 'destroy'
|
|
on_reboot = 'destroy'
|
|
on_crash = 'destroy'
|