From 3ac3de7a9a20c73df023be5d6aa685087b7e0f95 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> (cherry picked from commit 3c4afa2e93d9499ce39c1aed575dacb549d35083) Signed-off-by: Iustin Pop <iustin@google.com> (trivial patch, let's cherry-pick it) 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 90b992269..3b7347914 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", -- GitLab