1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

mkosi: Prevent busybox from getting pulled into opensuse images

OpenSUSE's busybox has a bunch of Provides for basic tools that cause
it to get pulled into images unless the corresponding tool is explicitly
installed so let's add explicit tools to make sure we don't get busybox.

(cherry picked from commit 857e4528f5)
This commit is contained in:
Daan De Meyer 2024-08-05 15:37:46 +02:00 committed by Luca Boccassi
parent df3736d149
commit 4ba2973515
3 changed files with 14 additions and 1 deletions

View File

@ -11,8 +11,13 @@ Environment=
PKG_SUBDIR=opensuse
Packages=
gcc-c++
diffutils
erofs-utils
gcc-c++
git-core
grep
gzip
patterns-base-minimal_base
rpm-build
sed
xz

View File

@ -5,7 +5,11 @@ Distribution=opensuse
[Content]
Packages=
diffutils
grep
patterns-base-minimal_base
sed
xz
VolatilePackages=
libsystemd0

View File

@ -5,10 +5,14 @@ Distribution=opensuse
[Content]
Packages=
diffutils
grep
hostname
iproute2
ncat
patterns-base-minimal_base
sed
xz
VolatilePackages=
libsystemd0