diff options
author | Luca Boccassi <bluca@debian.org> | 2023-02-10 12:58:20 +0100 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-02-10 14:24:51 +0100 |
commit | 164070e497f36b6d8055e4338e07188dd975f6f2 (patch) | |
tree | 1b7247b82b9380c2dec0c553bb255e7c8ea45733 /README | |
parent | cryptenroll: drop deadcode (diff) | |
download | systemd-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-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |