Accepting request 1172800 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1172800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox-image?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2024-05-09 15:28:47 +00:00 committed by Git OBS Bridge
commit fefdc12132
2 changed files with 9 additions and 3 deletions

View File

@ -1,13 +1,14 @@
# SLE BCI-BusyBox: the smallest and GPLv3-free image
# openSUSE Tumbleweed BCI openSUSE Tumbleweed BusyBox: the smallest and GPLv3-free image
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
The SLE BCI-BusyBox image comes with the most basic tools provided by the BusyBox project.
## Description
This image comes with the most basic tools provided by the BusyBox project.
The image contains no GPLv3 licensed software. When using the image, keep in mind that
there are differences between the BusyBox tools and the GNU Coreutils.
This means that scripts written for a system that uses GNU Coreutils may require
modification to work with BusyBox. If you need a SLES compatible image with the GNU Coreutils,
consider using the SLE BCI-Micro image instead.
consider using the corresponding Micro image instead.
## Licensing
`SPDX-License-Identifier: MIT`

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 8 16:26:31 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- README fixes - better titles and follow recommended document structure
-------------------------------------------------------------------
Tue May 7 19:07:24 UTC 2024 - Dirk Mueller <dmueller@suse.com>