2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00
confluent/misc/confluent-prepivot.sh.rh8

15 lines
523 B
Plaintext
Raw Normal View History

#!/bin/bash
BUNDLENAME=/sysroot/etc/pki/tls/certs/ca-bundle.crt
while [ -h $BUNDLENAME ]; do
BUNDLENAME=/sysroot/$(readlink $BUNDLENAME)
done
cat /etc/pki/tls/certs/ca-bundle.crt > $BUNDLENAME
sed -i 's/install::/install:*:/' /sysroot/etc/shadow
sed -i 's/root::/root:*:/' /sysroot/etc/shadow
mkdir -p /sysroot/root/.ssh
chmod 700 /sysroot/root/.ssh
cp /ssh/authorized_keys /sysroot/root/.ssh
chmod 600 /sysroot/root/.ssh/authorized_keys
2020-04-16 12:23:45 -04:00
cp /etc/confluent.apikey /sysroot/etc/
cp /tmp/confluent.deploycfg /sysroot/tmp/