summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 930dd341a..543679b08 100644
--- a/constants.py
+++ b/constants.py
@@ -46,6 +46,11 @@ CHECK_DEPS = 0
IGNORE_DEPS = 1
RESOLVE_DEPS = 2
+# firstboot settings
+FIRSTBOOT_DEFAULT = 0
+FIRSTBOOT_SKIP = 1
+FIRSTBOOT_RECONFIG = 2
+
# common string needs to be easy to change
import product
productName = product.productName