summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-10 21:43:18 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-10 21:43:18 +0000
commitac19dbdc6ec8e3056694b3c4cc3a364f7331dae8 (patch)
treeb5c4e3ec3b06343073d56cb59802250d126f69c8 /constants.py
parent8c5ee8c03c7c7c29a64ec86ad50e88da4e407f04 (diff)
downloadanaconda-ac19dbdc6ec8e3056694b3c4cc3a364f7331dae8.tar.gz
anaconda-ac19dbdc6ec8e3056694b3c4cc3a364f7331dae8.tar.xz
anaconda-ac19dbdc6ec8e3056694b3c4cc3a364f7331dae8.zip
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
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