From 1815dfbbfc812facac2b5825d90008cc05d6ee68 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Jul 2018 12:18:36 +0200 Subject: [PATCH] README: clarify that not only systemd should use prefix=/usr, but its deps too See: #9547 --- README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index 61a1fd45bf..82f47a59ab 100644 --- a/README +++ b/README @@ -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)