summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-02-10 12:58:20 +0100
committerLuca Boccassi <bluca@debian.org>2023-02-10 14:24:51 +0100
commit164070e497f36b6d8055e4338e07188dd975f6f2 (patch)
tree1b7247b82b9380c2dec0c553bb255e7c8ea45733 /README
parentcryptenroll: drop deadcode (diff)
downloadsystemd-164070e497f36b6d8055e4338e07188dd975f6f2.tar.xz
systemd-164070e497f36b6d8055e4338e07188dd975f6f2.zip
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
Diffstat (limited to 'README')
-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).