From ac19dbdc6ec8e3056694b3c4cc3a364f7331dae8 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 10 Jun 2002 21:43:18 +0000 Subject: add a step which takes care of ensuring that any needed things for firstboot get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do --- constants.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants.py') 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 -- cgit