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:
parent
df3736d149
commit
4ba2973515
@ -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