summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-09-19 17:53:20 +0000
committerChris Lumens <clumens@redhat.com>2007-09-19 17:53:20 +0000
commitc5a2d40be1a422d0123ed328328aca8e0e263e56 (patch)
treec607703ab58e81c4217ee497abfc4972c7aa8112
parentc19fe3592623d9d7ed3f58f112d255cbe394da3e (diff)
downloadanaconda-c5a2d40be1a422d0123ed328328aca8e0e263e56.tar.gz
anaconda-c5a2d40be1a422d0123ed328328aca8e0e263e56.tar.xz
anaconda-c5a2d40be1a422d0123ed328328aca8e0e263e56.zip
Add SKIP_KEY from rhel5-branch.
-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 *