From 449df916998a33d70f3d3787a6f5b0be35e40e0e Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Thu, 2 Dec 2010 12:57:13 +0100 Subject: [PATCH] Add FS_OVERHEAD constant to constats.py --- src/pylorax/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pylorax/constants.py b/src/pylorax/constants.py index 677635fc..36b3101e 100644 --- a/src/pylorax/constants.py +++ b/src/pylorax/constants.py @@ -73,3 +73,5 @@ class LoraxRequiredCommands(dict): K_NORMAL = 0 K_PAE = 1 K_XEN = 1 + +FS_OVERHEAD = 512