summaryrefslogtreecommitdiffstats
path: root/config.d
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-06-16 16:05:01 +1000
committerMartin Schwenke <martin@meltin.net>2014-06-25 20:46:15 +1000
commit32c1902eb8094ab5ebc75b1e32cef6fe50ee483b (patch)
treecad5128eb7e5ce35e26c0f5075a001b76cd1e6e0 /config.d
parent7e890a0517c3804c0e07b24e34e3600e306e7d45 (diff)
downloadautocluster-32c1902eb8094ab5ebc75b1e32cef6fe50ee483b.tar.gz
autocluster-32c1902eb8094ab5ebc75b1e32cef6fe50ee483b.tar.xz
autocluster-32c1902eb8094ab5ebc75b1e32cef6fe50ee483b.zip
Remove INSTALLKEY configuration variable
RHEL 7.0 kickstart fails on "key" directive so remove this "feature". We haven't actually used it for a long time. If needed then do it post-kickstart. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'config.d')
-rw-r--r--config.d/00base.defconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.d/00base.defconf b/config.d/00base.defconf
index b41632d..e627f25 100644
--- a/config.d/00base.defconf
+++ b/config.d/00base.defconf
@@ -527,9 +527,6 @@ defconf EXTRA_PACKAGES '' \
defconf EXTRA_CHKCONFIGS "" \
"<chkconfigs>" "extra chkconfig commands to run in post-install"
-defconf INSTALLKEY "--skip" \
- "<key>" "RHEL install key"
-
defconf STANDARD_POSTINSTALL "$installdir/templates/basic-postinstall.sh" \
"<file>" "standard kickstart postinstall script - change with care"