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
This commit is contained in:
Luca Boccassi 2023-02-10 11:58:20 +00:00
parent 645063d1bb
commit 164070e497

4
README
View file

@ -221,7 +221,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).