1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-09 01:18:19 +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.
This commit is contained in:
Daan De Meyer 2024-08-05 15:37:46 +02:00
parent 1592d2f900
commit 857e4528f5
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