mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 19:10:10 +00:00
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
accepteula
|
|
clearpart --firstdisk --overwritevmfs
|
|
install --firstdisk --overwritevmfs
|
|
%include /tmp/ksnet
|
|
%include /tmp/rootpw
|
|
reboot
|
|
%post
|
|
localcli network firewall unload
|
|
STATUP=$(mktemp)
|
|
echo '{"status": "complete"}' > $STATUP
|
|
/opt/confluent/bin/apiclient /confluent-api/self/updatestatus $STATUP
|