mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-11 18:42:29 +00:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
accepteula
|
|
%include /tmp/storagecfg
|
|
%include /tmp/ksnet
|
|
%include /tmp/rootpw
|
|
reboot
|
|
%post --interpreter=busybox
|
|
localcli network firewall unload
|
|
STATUP=$(mktemp)
|
|
echo '{"status": "complete"}' > $STATUP
|
|
/opt/confluent/bin/apiclient /confluent-api/self/updatestatus $STATUP
|