diff --git a/lib/constants.py b/lib/constants.py index 90b992269cd9e7bec9d93329d4ff6fad0e14590b..3b7347914377cc83b77243862a0775216f740b00 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -1256,7 +1256,7 @@ HVC_DEFAULTS = { HV_USE_BOOTLOADER: False, HV_BOOTLOADER_PATH: XEN_BOOTLOADER, HV_BOOTLOADER_ARGS: "", - HV_KERNEL_PATH: "/boot/vmlinuz-2.6-xenU", + HV_KERNEL_PATH: XEN_KERNEL, HV_INITRD_PATH: "", HV_ROOT_PATH: "/dev/sda1", HV_KERNEL_ARGS: "ro",