Accepting request 838806 from devel:kubic:containers

OBS-URL: https://build.opensuse.org/request/show/838806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tumbleweed-busybox-image?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2020-10-05 17:31:58 +00:00 committed by Git OBS Bridge
commit bc8e7a3b1f
2 changed files with 6 additions and 18 deletions

View File

@ -1,18 +0,0 @@
#!/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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 30 14:36:10 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Remove config.sh, busybox does not support rpm anymore (not
able to read our current RPMs), so no need to create links
-------------------------------------------------------------------
Wed Aug 12 14:59:39 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>