# # /etc/xen-tools/xen-tools.conf # # Global configuration file for the scripts included with Xen-tools. # # Output directory for storing loopback images. dir = /home/xen # Installation method. debootstrap = 1 # Disk and Sizing options. size = 5Gb # Disk image size. memory = 256Mb # Memory size swap = 256Mb # 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. # Networking setup values. gateway = 172.17.0.5 netmask = 255.255.0.0 # Uncomment the following line if you wish to interactively setup # a new root password for images. passwd = 1 # Default kernel and ramdisk to use for the virtual servers kernel = /boot/vmlinuz-2.6.18-6-xen-686 initrd = /boot/initrd.img-2.6.18-6-xen-686 # The architecture to use when using debootstrap or rpmstrap. arch=i386 # The default mirror for debootstrap which can be used to install # Debian Sid, Sarge, and Etch. mirror = http://www.debian.org/debian/ etch main contrib non-free