]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
README: explicitly note that util-linux's mount/swap are required
authorLuca Boccassi <bluca@debian.org>
Fri, 10 Feb 2023 11:58:20 +0000 (11:58 +0000)
committerLuca Boccassi <bluca@debian.org>
Fri, 10 Feb 2023 13:24:51 +0000 (13:24 +0000)
These are the most visible and hard requirements, as we use options that
busybox does not provide, so list them explicitly to avoid surprises

README

diff --git a/README b/README
index b12ad3f236094338129673169fbf90105be7cdc7..857cb38bf8cc76ae3b407dabb08884ab87f7346f 100644 (file)
--- 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).