2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Add sourcing of functions to dracut hook

This commit is contained in:
Jarrod Johnson 2021-06-14 18:46:36 -04:00
parent e6550d8160
commit 1d148afd70

View File

@ -190,4 +190,5 @@ done
confluent_mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg| awk '{print $2}')
mkdir -p /etc/confluent
curl -sf https://$confluent_mgr/confluent-public/os/$confluent_profile/scripts/functions > /etc/confluent/functions
. /etc/confluent/functions
source_remote imageboot.sh