diff --git a/confluent_osdeploy/el8/profiles/default/scripts/pre.d/.gitignore b/confluent_osdeploy/el8/profiles/default/scripts/pre.d/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/confluent_osdeploy/el8/profiles/default/scripts/pre.sh b/confluent_osdeploy/el8/profiles/default/scripts/pre.sh index 1b9d084e..0d682a84 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/pre.sh +++ b/confluent_osdeploy/el8/profiles/default/scripts/pre.sh @@ -72,6 +72,8 @@ fi export mgr profile nodename curl -f https://$mgr/confluent-public/os/$profile/scripts/functions > /tmp/functions . /tmp/functions +run_remote pre.custom +run_remote_parts pre run_remote_python getinstalldisk if [ -e /tmp/installdisk ]; then echo clearpart --all --initlabel >> /tmp/partitioning @@ -79,4 +81,3 @@ if [ -e /tmp/installdisk ]; then echo autopart --nohome $LUKSPARTY >> /tmp/partitioning fi curl -f https://$mgr/confluent-public/os/$profile/kickstart.custom > /tmp/kickstart.custom -run_remote pre.custom