mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Add pre.d to EL8 profiles
This commit is contained in:
parent
c05f18d865
commit
6d1348f5fa
0
confluent_osdeploy/el8/profiles/default/scripts/pre.d/.gitignore
vendored
Normal file
0
confluent_osdeploy/el8/profiles/default/scripts/pre.d/.gitignore
vendored
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user