diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-07-16 12:18:36 +0200 |
---|---|---|
committer | Filipe Brandenburger <filbranden@google.com> | 2018-07-17 06:37:06 -0700 |
commit | 1815dfbbfc812facac2b5825d90008cc05d6ee68 (patch) | |
tree | 0e7b0e883694ab5f5d3b06557ce146f664505acc /README | |
parent | man: clarify that prefixing ExecStart= lines with "-" won't cause systemd to ... (diff) | |
download | systemd-1815dfbbfc812facac2b5825d90008cc05d6ee68.tar.gz systemd-1815dfbbfc812facac2b5825d90008cc05d6ee68.tar.bz2 systemd-1815dfbbfc812facac2b5825d90008cc05d6ee68.zip |
README: clarify that not only systemd should use prefix=/usr, but its deps too
See: #9547
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -205,10 +205,12 @@ REQUIREMENTS: make use of DynamicUser= now, hence enabling nss-systemd is not optional. - Note that the build prefix for systemd must be /usr. -Dsplit-usr=false - (which is the default and does not need to be specified) is the - recommended setting, and -Dsplit-usr=true should be used on systems - which have /usr on a separate partition. + Note that the build prefix for systemd must be /usr. (Moreover, + packages systemd relies on — such as D-Bus — really should use the same + prefix, otherwise you are on your own.) -Dsplit-usr=false (which is the + default and does not need to be specified) is the recommended setting, + and -Dsplit-usr=true should be used on systems which have /usr on a + separate partition. Additional packages are necessary to run some tests: - busybox (used by test/TEST-13-NSPAWN-SMOKE) |