Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Name of the domU
  2. name = "win2k8"
  3.  
  4. # HVM options
  5. kernel = "/usr/lib/xen/boot/hvmloader"
  6. device_model = "/usr/lib64/xen/bin/qemu-dm"
  7. builder = 'hvm'
  8.  
  9. # Virtual hardware configuration
  10. vcpus = 1
  11. memory = 1024
  12. disk = [ 'phy:/dev/VG_MAIN/win2k8.root,hda,w',
  13. 'file:/opt/ISO/win-server-2k8.iso,hdc:cdrom,r'
  14. ]
  15.  
  16. vif = [ 'type=ioemu,mac=00:16:3e:14:34:37,bridge=eth0' ]
  17. boot = 'd'
  18.  
  19. # Console a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement