Change the XEN kernel constant value

This commit is contained in:
Martin Gracik 2010-12-06 13:53:06 +01:00
parent 49d96d4948
commit 826e580cd8
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ class LoraxRequiredCommands(dict):
# kernel types
K_NORMAL = 0
K_PAE = 1
K_XEN = 1
K_XEN = 2
FS_OVERHEAD = 512