Advertisement
gusibsd

Untitled

Mar 1st, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # This configures an HVM rather than PV guest
  2. builder = "hvm"
  3.  
  4. # Guest name
  5. name = "freebsd"
  6.  
  7. # Initial memory allocation (MB)
  8. memory = 512
  9.  
  10. # Number of VCPUS
  11. vcpus = 4
  12.  
  13. # Network devices
  14. vif = [ 'bridge=bridge0' ]
  15.  
  16. # Disk Devices
  17. disk = [
  18. # '/dev/zvol/dades/freebsd,raw,hda,rw',
  19. '/dev/zvol/dades/freebsd_dades,raw,hda,rw'
  20. ]
  21.  
  22. vnc = 1
  23. vnclisten = "0.0.0.0"
  24. serial="pty"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement