From b4d78129269543f97a32e2425c5bc6fb6544f4ec Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 29 Jul 2020 12:18:53 -0400 Subject: [PATCH] Add some likely customizations examples RedHat family is likely to be customized with firewall and selinux, use those as examples to get things going for users. --- confluent_osdeploy/el7/profiles/default/kickstart.custom | 3 +++ confluent_osdeploy/el8/profiles/default/kickstart.custom | 3 +++ 2 files changed, 6 insertions(+) diff --git a/confluent_osdeploy/el7/profiles/default/kickstart.custom b/confluent_osdeploy/el7/profiles/default/kickstart.custom index 2b627e73..5e9646fe 100644 --- a/confluent_osdeploy/el7/profiles/default/kickstart.custom +++ b/confluent_osdeploy/el7/profiles/default/kickstart.custom @@ -2,3 +2,6 @@ # modify base kickstart file to change certain portions, but adding # custom content to this file allows for most convenient way to # refresh to a newer base profile if desired. +# Two common example customizations are provided: +#firewall --disabled +#selinux --disabled diff --git a/confluent_osdeploy/el8/profiles/default/kickstart.custom b/confluent_osdeploy/el8/profiles/default/kickstart.custom index 2b627e73..5e9646fe 100644 --- a/confluent_osdeploy/el8/profiles/default/kickstart.custom +++ b/confluent_osdeploy/el8/profiles/default/kickstart.custom @@ -2,3 +2,6 @@ # modify base kickstart file to change certain portions, but adding # custom content to this file allows for most convenient way to # refresh to a newer base profile if desired. +# Two common example customizations are provided: +#firewall --disabled +#selinux --disabled