kernel = "/boot/vmlinuz-nosmp-xenU" ramdisk = "/boot/initrd.img-nosmp-xenU" #kernel = "/boot/vmlinuz-2.6.16.27-20060911-xen" #ramdisk = "/boot/initrd.img-2.6.16.27-20060911-xen" #kernel = "/boot/vmlinuz-2.6.16.28-20060913-nosmp-xen" #ramdisk = "/boot/initrd.img-2.6.16.28-20060913-nosmp-xen" #pci = [ '0000:03:00.0' ] #usb #pci = [ '0000:03:00.0', '0000:03:00.1' ] pci = [ '03:00.0' ] #fcpci #pci = [ '0000:02:03.0' ] #usb fcpci #pci = [ '0000:02:03.0', '0000:03:00.0', '0000:03:00.1' ] memory = 256 name = "themisto" #cpus = "0-1" #vcpus = 2 vif = [ 'mac=00:0c:8d:00:0a:10,bridge=xenbr0' ] disk = [ 'phy:promotheus500g/themisto-xenU-root,sda1,w', 'phy:promotheus500g/themisto-xenU-swap,sda2,w', 'phy:promotheus500g/modules,hda1,r' ] #dhcp="dhcp" ip="192.168.5.59" netmask="255.255.255.0" gateway="192.168.5.15" #hostname= "vm%d" % vmid root = "/dev/sda1 ro" # Sets runlevel 4. #extra = "4" #extra = "swiotlb=force noirqdebug" #extra = "swiotlb=force" on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'