summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--constants.py3
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 684d90ecd..ad933f8dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@
textw/upgrade_bootloader_text.py, textw/welcome_text.py,
textw/zipl_text.py: Remove unused imports.
+ * constants.py: Add SKIP_KEY from rhel5-branch.
+
* dispatch.py (installSteps): Revert change for writing out
anaconda-ks.cfg earlier since this isn't possible on livecd.
diff --git a/constants.py b/constants.py
index 4e1a2c917..ea101c7da 100644
--- a/constants.py
+++ b/constants.py
@@ -47,6 +47,9 @@ CHECK_DEPS = 0
IGNORE_DEPS = 1
RESOLVE_DEPS = 2
+# install key related constants
+SKIP_KEY = -50
+
# pull in kickstart constants as well
from pykickstart.constants import *