mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-29 13:00:03 +00:00
24bc1210d0
Most notably, change to safe_dump for yaml. For the various initrd items, changes to actually trigger the relevant bits of the RH installer.
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/bash
|
|
echo -n "" >> /tmp/net.ifaces
|
|
cat /tls/*.pem >> /etc/pki/tls/certs/ca-bundle.crt
|
|
. /lib/anaconda-lib.sh
|
|
wait_for_kickstart
|