From dd71f05b01b78d87794a95cc1cc1d31ccadd4e05 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 16 Dec 2008 16:23:53 +0000 Subject: [PATCH] KVM: use a different default kernel path It makes sense for the default kvm kernel not to be called "xenU". Reviewed-by: iustinp --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index 2c05be4e9..ca0c38f10 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -428,7 +428,7 @@ HVC_DEFAULTS = { HV_PAE: True, }, HT_KVM: { - HV_KERNEL_PATH: "/boot/vmlinuz-2.6-xenU", + HV_KERNEL_PATH: "/boot/vmlinuz-2.6-kvmU", HV_INITRD_PATH: None, HV_ACPI: True, }, -- GitLab