########################################################################## # LAIR Xen VM configuration file (gnu.offbyone.lan) ########################################################################## ################################################# # Kernel + memory size # bootloader = '/usr/lib/xen-default/bin/pygrub' vcpus = '2' memory = '512' ################################################# # Disk device(s). # root = '/dev/xvda1 ro' disk = [ 'file:/xen/images/gnu.disk,xvda1,w', 'file:/xen/images/gnu.swap,xvda2,w' ] ################################################# # Hostname # name = 'gnu' ################################################# # Networking # dhcp = 'dhcp' vif = [ 'mac=00:16:3E:2E:d0:20' ] ################################################# # Behaviour # on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'