mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
mkosi: Add explicit --bootable=no openSUSE dependencies
Many dependencies were pulled via dracut->systemd. Since we can build stripped images without initrd and dracut, we need to add systemd runtime dependencies explicitely.
This commit is contained in:
parent
498115c2b6
commit
a840ad5ae8
@ -49,6 +49,7 @@ BuildPackages=
|
||||
python3-lxml
|
||||
qrencode-devel
|
||||
system-user-nobody
|
||||
systemd-sysvinit
|
||||
zlib-devel
|
||||
# to satisfy tests
|
||||
acl
|
||||
@ -63,3 +64,15 @@ BuildPackages=
|
||||
Packages=
|
||||
# brought in via meson->python3
|
||||
libp11-kit0
|
||||
# --bootable=no
|
||||
dbus-1
|
||||
libapparmor1
|
||||
libcrypt1
|
||||
libcryptsetup12
|
||||
libkmod2
|
||||
liblz4-1
|
||||
libmount1
|
||||
libqrencode4
|
||||
libseccomp2
|
||||
pam
|
||||
util-linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user