From 3c4afa2e93d9499ce39c1aed575dacb549d35083 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 23 Mar 2012 09:08:41 +0000 Subject: [PATCH] Fix hardcoded Xen kernel path We already have a ./configure-time variable for this, but it seems to be actually unused. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index 3594d066d..47d754881 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -1729,7 +1729,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", -- GitLab