diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-07-09 17:42:07 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-07-09 19:18:14 +0200 |
commit | 8bf9eb7e6b8ecefe7e1792e545c967e1785cbe96 (patch) | |
tree | 6d874aaf078fd3eb2f242b3778c8021a13e94c8d /README | |
parent | man: redefine SUPPORT_END= to mean one day earlier (diff) | |
download | systemd-8bf9eb7e6b8ecefe7e1792e545c967e1785cbe96.tar.xz systemd-8bf9eb7e6b8ecefe7e1792e545c967e1785cbe96.zip |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |