Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Final config file for Debian 7.8 64 bit HVM:

Debian.78HVM

 

Code Block
languagebash
titleDebian.78HVM
builder =

...

 "hvm"

...


name =

...

 "Debian"

...


uuid =

...

 "7c85049a-9bdd-11e2-9e91-18037322eb44"

...


memory = 1024

...


vcpus = 1

...


disk = ['/dev/xen/blktap-2/tapdev0,raw,xvda,rw']

...


videoram = 16

...


vif = [

...

 "bridge=xenbr0,script=vif-bridge"

...

 ]

...

 

...

Please note that the script in /etc/xen/scripts has to be slightly modified to allow proper VIF usage. It is part of the xl script that Ross has provided. In short: line 119 looks now like 

...