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:
parent
1592d2f900
commit
857e4528f5
@ -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
|
||||
|
@ -5,7 +5,11 @@ Distribution=opensuse
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
diffutils
|
||||
grep
|
||||
patterns-base-minimal_base
|
||||
sed
|
||||
xz
|
||||
|
||||
VolatilePackages=
|
||||
libsystemd0
|
||||
|
@ -5,10 +5,14 @@ Distribution=opensuse
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
diffutils
|
||||
grep
|
||||
hostname
|
||||
iproute2
|
||||
ncat
|
||||
patterns-base-minimal_base
|
||||
sed
|
||||
xz
|
||||
|
||||
VolatilePackages=
|
||||
libsystemd0
|
||||
|
Loading…
Reference in New Issue
Block a user