README: clarify that not only systemd should use prefix=/usr, but its deps too

See: #9547
This commit is contained in:
Lennart Poettering 2018-07-16 12:18:36 +02:00 committed by Filipe Brandenburger
parent 6e0210908e
commit 1815dfbbfc
1 changed files with 6 additions and 4 deletions

10
README
View File

@ -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)