From 8bf9eb7e6b8ecefe7e1792e545c967e1785cbe96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 9 Jul 2022 17:42:07 +0200 Subject: man: update the description of taint flags We had a description in README, and an outdated list in the man page. I think we should keep a reference-style list in the man page. The description in README is more free-form. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 566f1253b8..0b9988ce20 100644 --- a/README +++ b/README @@ -359,7 +359,7 @@ WARNINGS and TAINT FLAGS: will break if /usr is on a separate late-mounted partition, many of its dependencies very likely will break sooner or later in one form or another. For example, udev rules tend to refer to binaries in /usr, - binaries that link to libraries in /usr or binaries that refer to data + binaries that link to libraries in /usr, or binaries that refer to data files in /usr. Since these breakages are not always directly visible, systemd will warn about this. Such setups are not really supported by the basic set of Linux OS components. Taint flag 'split-usr' will be @@ -393,6 +393,8 @@ WARNINGS and TAINT FLAGS: busctl get-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager Tainted + See org.freedesktop.systemd1(5) for more information. + VALGRIND: To run systemd under valgrind, compile with meson option -Dvalgrind=true and have valgrind development headers installed -- cgit v1.2.1