1. # Guest name
  2. name = "ubuntu.pvlinux"
  3. # 128-bit UUID for the domain as a hexadecimal number.
  4. # Use "uuidgen" to generate one if required.
  5. # The default behavior is to generate a new UUID each time the guest is started.
  6. #uuid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
  7. # Kernel image to boot
  8. kernel = "/boot/vmlinuz-4.2.0-16-generic"
  9. # Ramdisk (optional)
  10. ramdisk = "/boot/initrd.img-4.2.0-16-generic"
  11. # Kernel command line options
  12. #extra = "root=/dev/xvda1"
  13. # Initial memory allocation (MB)
  14. memory = 1024
  15. # Maximum memory (MB)
  16. # If this is greater than `memory' then the slack will start ballooned
  17. # (this assumes guest kernel support for ballooning)
  18. #maxmem = 512
  19. # Number of VCPUS
  20. vcpus = 2
  21. # Network devices
  22. # A list of 'vifspec' entries as described in
  23. # docs/misc/xl-network-configuration.markdown
  24. #vif = [ 'mac=40:8D:5C:4D:19:C1,bridge=xebr0' ]
  25. # Disk Devices
  26. # A list of `diskspec' entries as described in
  27. # docs/misc/xl-disk-configuration.txt
  28. disk = [ '/dev/vg0/ubuntu,raw,xvda,rw' ]