mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
50c150f4b4
When installer boots, the autonic behavior it tries is discarded by default. Explicitly preserve the autonic behavior into the install phase and the installed system.
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
accepteula
|
|
clearpart --firstdisk --overwritevmfs
|
|
install --firstdisk --overwritevmfs
|
|
%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
|