# # Configuration file for the Xen instance debian-guest-osstest, created # by xen-tools 4.8 on Sat Apr 13 00:28:26 2024. # # # Kernel + memory size # kernel = '/boot/vmlinuz-6.1.84+' extra = 'elevator=noop console=hvc0 earlyprintk=xen noresume' ramdisk = '/boot/initrd.img-6.1.84+' memory = '512' # # Disk device(s). # root = '/dev/xvda2 ro' disk = [ 'phy:/dev/rochester0-vg/test-arm64-arm64-xl-credit2_debian-guest-osstest-disk,xvda2,w', 'phy:/dev/rochester0-vg/test-arm64-arm64-xl-credit2_debian-guest-osstest-swap,xvda1,w', ] # # Physical volumes # # # Hostname # name = 'debian-guest-osstest' # # Networking # #dhcp = 'dhcp' vif = [ 'mac=5a:36:0e:ea:00:3b' ] # # Behaviour # on_poweroff = 'destroy' on_reboot = 'restart' on_crash='preserve' vcpus = 4