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