diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-11-17 11:39:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-11-20 12:30:57 +0100 |
commit | 01c8938e54d73595f672f01b78ff6834e8312160 (patch) | |
tree | 0534518fb75edfa0f0d2b4198a3d96a1daa46c19 /README | |
parent | f9753b0c792054ce7ea3c6fa2221d5f1d0b79b3c (diff) | |
download | systemd-01c8938e54d73595f672f01b78ff6834e8312160.tar.gz |
README: document that prefix *must* be /usr and nss-systemd is not an option
See: #7374
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -193,6 +193,16 @@ REQUIREMENTS: under all circumstances. In fact, systemd-hostnamed will warn if nss-myhostname is not installed. + nss-systemd must be enabled on systemd systems, as that's required for + DynamicUser= to work. Note that we ship services out-of-the-box that + 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. + Additional packages are necessary to run some tests: - busybox (used by test/TEST-13-NSPAWN-SMOKE) - nc (used by test/TEST-12-ISSUE-3171) |