cat > /etc/xen-tools/xen-tools.conf << "EOF" lvm = lvmxen size = 10Gb # Disk image size. memory = 128Mb # Memory size swap = 128Mb # Swap size fs = ext3 # use the EXT3 filesystem for the disk image. dist = etch # Default distribution to install. image = sparse # Specify sparse vs. full disk images. # # Currently supported and tested distributions include: # # sid - Debian # sarge - Debian # etch - Debian # dapper - Ubuntu # centos4 - CentOS 4 # fedora-core4 - Fedora Core 4 (codname stentz) # gateway = 10.0.0.254 netmask = 255.0.0.0 kernel = /boot/vmlinuz-2.6.18-xen mirror = http://ftp2.de.debian.org/debian/ # mirror = http://gb.archive.ubuntu.com/ubuntu/ EOF