Advertisement
BeepDog

Untitled

Sep 28th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. name = "vcr"
  2. type = "hvm"
  3. #firmware="bios"
  4. firmware="seabios"
  5.  
  6. device_model_version = "qemu-xen"
  7.  
  8. memory = 4096
  9. maxmem = 8092
  10.  
  11. vcpus = 4
  12.  
  13. vif = [ 'mac=00:16:3E:DE:AD:75' ]
  14. vfb = [ 'vnc=1' ]
  15. vnc=1
  16. vnclisten='10.10.220.111:2'
  17.  
  18. boot='c'
  19.  
  20. disk = [
  21. 'phy:/dev/disk/by-path/ip-10.255.255.2:3260-iscsi-iqn.2005-10.org.freenas.ctl:xen-lun-25,xvda,w',
  22. 'file:/mnt/systems/ubuntu/19.04/kubuntu-19.04-desktop-amd64.iso,hdc:cdrom,r'
  23. ]
  24.  
  25. #usbctrl = [ 'version=2' ]
  26. #usbdev = ['hostbus=2,hostaddr=4,controller=0,port=1']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement