summaryrefslogtreecommitdiffstats
path: root/autocluster
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 /autocluster
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 'autocluster')
-rwxr-xr-xautocluster15
1 files changed, 0 insertions, 15 deletions
diff --git a/autocluster b/autocluster
index 59678df..54e7462 100755
--- a/autocluster
+++ b/autocluster
@@ -569,21 +569,6 @@ create_base()
echo "Creating kickstart file from template"
substitute_vars "$KICKSTART" "tmp/ks.cfg"
- if [ $INSTALLKEY = "--skip" ]; then
- cat <<EOF
---------------------------------------------------------------------------------------
-WARNING: You have not entered an install key. Some RHEL packages will not be installed.
-
-Please enter a valid RHEL install key in your config file like this:
-
- INSTALLKEY="1234-5678-0123-4567"
-
-The install will continue without an install key in 5 seconds
---------------------------------------------------------------------------------------
-EOF
- sleep 5
- fi
-
# $ISO gets $ISO_DIR prepended if it doesn't start with a leading '/'.
case "$ISO" in
(/*) : ;;