# # Configuration file for the Xen instance boinc_debian_etch, created on # Thu Jan 8 14:52:48 2009. # # # Kernel + memory size # kernel = '/boot/vmlinuz-2.6.18-6-xen-686' ramdisk = '/boot/initrd.img-2.6.18-6-xen-686' memory = '512' # # Disk device(s). # root = '/dev/sda1 ro' disk = [ 'file:/mnt/xen/domains/boinc_debian_etch/disk.img,sda1,w', 'file:/mnt/xen/domains/boinc_debian_etch/swap.img,sda2,w' ] # # Hostname # name = 'boinc_debian_etch' # # Networking # dhcp = 'dhcp' vif = [ 'mac=aa:cc:00:00:00:01' ] # # Behaviour # on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'