# Configuration file for the Xen instance Ubuntu, created # by VMBuilder kernel = '/boot/vmlinuz-2.6.27-7-server' ramdisk = '/boot/initrd.img-2.6.27-7-server' memory = 128 root = '/dev/xvda1 ro' disk = [ 'tap:aio:/root/ubuntu-xen/root.img,xvda1,w', 'tap:aio:/root/ubuntu-xen/swap.img,xvda2,w' ] name = 'Ubuntu' dhcp = 'dhcp' on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' extra = 'xencons=tty console=tty1 console=hvc0'