1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

README: explicitly note that util-linux's mount/swap are required

These are the most visible and hard requirements, as we use options that
busybox does not provide, so list them explicitly to avoid surprises

(cherry picked from commit 164070e497)
(cherry picked from commit 0dc9f7335d)
(cherry picked from commit facb134183)
This commit is contained in:
Luca Boccassi 2023-02-10 11:58:20 +00:00 committed by Luca Boccassi
parent 1734d9629d
commit 3271bc9bec

4
README
View File

@ -209,7 +209,9 @@ REQUIREMENTS:
During runtime, you need the following additional
dependencies:
util-linux >= v2.27.1 required
util-linux >= v2.27.1 required (including but not limited to: mount,
umount, swapon, swapoff, sulogin,
agetty, fsck)
dbus >= 1.4.0 (strictly speaking optional, but recommended)
NOTE: If using dbus < 1.9.18, you should override the default
policy directory (--with-dbuspolicydir=/etc/dbus-1/system.d).