tumbleweed-busybox-image/config.sh
Thorsten Kukuk 7f0784bd48 Accepting request 794939 from home:kukuk:container
- config.sh: don't create symlinks which we package now
- list all packages, don't use busybox-links meta package

OBS-URL: https://build.opensuse.org/request/show/794939
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/tumbleweed-busybox-image?expand=0&rev=16
2020-04-17 14:42:50 +00:00

19 lines
473 B
Bash

#!/usr/bin/busybox sh
#======================================
# Functions...
#--------------------------------------
# don't source .kconfig, works only with bash
#test -f /.kconfig && . /.kconfig
test -f /.profile && . /.profile
#======================================
# Greeting...
#--------------------------------------
echo "Configure image: [$kiwi_iname]..."
/usr/bin/busybox ln -sf busybox /usr/bin/rpm
/usr/bin/busybox ln -sf busybox /usr/bin/rpm2cpio
exit 0