summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-02-10 11:58:20 +0000
committerLuca Boccassi <bluca@debian.org>2023-02-10 13:24:51 +0000
commit164070e497f36b6d8055e4338e07188dd975f6f2 (patch)
tree1b7247b82b9380c2dec0c553bb255e7c8ea45733
parent645063d1bb309137f884d9c9f01d2b7d01ab2ca8 (diff)
downloadsystemd-164070e497f36b6d8055e4338e07188dd975f6f2.tar.gz
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
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index b12ad3f236..857cb38bf8 100644
--- a/README
+++ b/README
@@ -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).