diff options
author | Luca Boccassi <bluca@debian.org> | 2022-04-05 21:37:59 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-04-06 22:54:14 +0200 |
commit | 31cd2dd9060decfb5c1341e2b126d3dde643e02a (patch) | |
tree | 4dc42b12d1ec575e7be391a719278b8fa6d7a8da /README | |
parent | Merge pull request #22996 from yuwata/test-sfdisk-lock (diff) | |
download | systemd-31cd2dd9060decfb5c1341e2b126d3dde643e02a.tar.xz systemd-31cd2dd9060decfb5c1341e2b126d3dde643e02a.zip |
core: taint if /usr is unmerged
9afd5e7b975e8051c011ff9c07c95e80bd954469 introduced a build-time
taint, introduce a runtime one as well, in preparation for
removing support for unmerged-usr in a future release
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -353,6 +353,13 @@ WARNINGS and TAINT FLAGS: For more information on this issue consult https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken + systemd will warn if the filesystem is not usr-merged (i.e.: /bin, /sbin + and /lib* are not symlinks to their counterparts under /usr). Taint flag + 'unmerged-usr' will be set when this condition is detected. + + For more information on this issue consult + https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge + systemd requires that the /run mount point exists. systemd also requires that /var/run is a symlink to /run. Taint flag 'var-run-bad' will be set when this condition is detected. |