2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00
confluent/confluent_osdeploy/esxi7/profiles/hypervisor/kickstart

12 lines
321 B
Plaintext
Raw Normal View History

2020-06-08 21:24:48 +00:00
accepteula
clearpart --firstdisk --overwritevmfs
install --firstdisk --overwritevmfs
%include /tmp/ksnet
%include /tmp/rootpw
2020-06-08 21:24:48 +00:00
reboot
%post --interpreter=busybox
2021-02-05 19:02:28 +00:00
localcli network firewall unload
STATUP=$(mktemp)
echo '{"status": "complete"}' > $STATUP
/opt/confluent/bin/apiclient /confluent-api/self/updatestatus $STATUP