File config.sh of Package kubic-rbac-manager-image
#!/bin/sh #====================================== # Functions... #-------------------------------------- test -f /.kconfig && . /.kconfig test -f /.profile && . /.profile #====================================== # Greeting... #-------------------------------------- echo "Configure image: [$kiwi_iname]..." update-ca-certificates exit 0