diff --git a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis index 17810414..96d1e283 100644 --- a/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis +++ b/confluent_osdeploy/genesis/initramfs/opt/confluent/bin/rungenesis @@ -85,7 +85,7 @@ done profile=$(grep ^profile: /etc/confluent/confluent.deploycfg | awk '{print $2}') mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg | awk '{print $2}') export profile mgr -echo "Running https://$mgr/confluent-public/os/$profile/scripts/boot.sh" +echo "Running https://$mgr/confluent-public/os/$profile/scripts/onboot.sh" /usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-public/os/$profile/scripts/functions > /tmp/functions . /tmp/functions run_remote onboot.sh diff --git a/confluent_osdeploy/genesis/profiles/default/scripts/configbmc b/confluent_osdeploy/genesis/profiles/default/scripts/configbmc new file mode 120000 index 00000000..dc2b5875 --- /dev/null +++ b/confluent_osdeploy/genesis/profiles/default/scripts/configbmc @@ -0,0 +1 @@ +../../../../el8/profiles/default/scripts/configbmc \ No newline at end of file