summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
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 *