From 164070e497f36b6d8055e4338e07188dd975f6f2 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 10 Feb 2023 11:58:20 +0000 Subject: [PATCH] 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 --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index b12ad3f2360..857cb38bf8c 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).