Advertisement
Guest User

xubuntu cfg

a guest
Feb 22nd, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # Xubuntu 12.04
  2.  
  3. name='xub1204'
  4. builder='hvm'
  5.  
  6. vcpus=2
  7. #cpus='all'
  8.  
  9. memory=4096
  10.  
  11. on_poweroff='destroy'
  12. on_reboot='destroy'
  13. on_watchdog='destroy'
  14. on_crash='destroy'
  15.  
  16. disk=[
  17. '/dev/xenssd/xub1210,raw,hda,rw' ,
  18. '/dev/xenhdd/xub1210,raw,hdb,rw' ,
  19. '/home/misi/Downloads/xubuntu-12.04.2-desktop-amd64.iso,raw,hdc,ro,cdrom'
  20. ]
  21.  
  22. boot='d'
  23.  
  24. vif=[ 'mac=00:16:3E:13:8B:70 , bridge=xenbr0' ]
  25.  
  26. #gfx_passthru=1
  27. #pci=[
  28. # '01:00.0' , '01:00.1' ,
  29. # '05:06.0' ,
  30. # '02:00.0' , '07:00.0'
  31. # ]
  32.  
  33. xen_platform_pci=1
  34.  
  35. localtime=1
  36. sdl=1
  37. #sdl=0
  38. vnc=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement