Fix hardcoded Xen kernel path
authorIustin Pop <iustin@google.com>
Fri, 23 Mar 2012 09:08:41 +0000 (09:08 +0000)
committerIustin Pop <iustin@google.com>
Mon, 26 Mar 2012 08:04:03 +0000 (10:04 +0200)
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

index 3594d06..47d7548 100644 (file)
@@ -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",