Skip to content

Instantly share code, notes, and snippets.

@mguentner
Created June 23, 2014 18:10
Show Gist options
  • Save mguentner/bec5ff92e07e22c4473b to your computer and use it in GitHub Desktop.
Save mguentner/bec5ff92e07e22c4473b to your computer and use it in GitHub Desktop.
Xen Config for Arch Linux ARM DomU
kernel = "/kernels/zImage"
memory = 512
name = "Arch Linux ARM"
vcpus = 2
serial="pty"
disk = [ 'phy:/dev/VolGroup00/archarm-guest-1,xvda,w' ]
vif = ['bridge=xenbr0']
extra = 'console=hvc0 xencons=tty root=/dev/xvda'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment