Accepting request 1172544 from devel:BCI:Tumbleweed

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

OBS-URL: https://build.opensuse.org/request/show/1172544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox-image?expand=0&rev=11
This commit is contained in:
2024-05-08 09:39:51 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
# SLE BCI-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. 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.
The SLE BCI-BusyBox 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.
## Licensing
`SPDX-License-Identifier: MIT`

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 19:07:24 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- extend READMEs; correct eula for application images
-------------------------------------------------------------------
Fri Apr 19 10:31:30 UTC 2024 - Dirk Mueller <dmueller@suse.com>