From 826e580cd84a8fd6dd4bed6da6c9db5ce6d899d5 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Mon, 6 Dec 2010 13:53:06 +0100 Subject: [PATCH] Change the XEN kernel constant value --- src/pylorax/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/constants.py b/src/pylorax/constants.py index 36b3101e..79ae27a1 100644 --- a/src/pylorax/constants.py +++ b/src/pylorax/constants.py @@ -72,6 +72,6 @@ class LoraxRequiredCommands(dict): # kernel types K_NORMAL = 0 K_PAE = 1 -K_XEN = 1 +K_XEN = 2 FS_OVERHEAD = 512