mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
12 lines
349 B
Bash
12 lines
349 B
Bash
#!/bin/sh
|
|
. /tmp/functions
|
|
# This runs whenever this genesis profile boots for customization
|
|
# purposes
|
|
|
|
# run_remote and run_remote_python are available to download scripts and
|
|
# execute them.
|
|
|
|
# This is an example to request the BMC be configured on the network
|
|
# according to how confluent has things configured:
|
|
# run_remote_python configbmc -c
|