summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-30 20:21:48 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-30 20:26:44 +0200
commit926f2a04fc51e425fe52ee308e08ccb7cafec443 (patch)
tree79d41242046a89d9396e9058928ac18b2eea7a6a /man
parent3a9d9f2a23e68ba1773d527e87d3db140870a0af (diff)
downloadsystemd-926f2a04fc51e425fe52ee308e08ccb7cafec443.tar.gz
man/nspawn: os-release is only checked for booted containers
/etc/os-release existence is only enforced in --boot mode, therefore the term "starting" (which also applies to chroot-like mode) is substituted with "booting" in this context.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-nspawn.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 72201d9be5..f52968a4f0 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -74,7 +74,7 @@
<para>As a safety check <command>systemd-nspawn</command> will verify the existence of
<filename>/usr/lib/os-release</filename> or <filename>/etc/os-release</filename> in the container tree before
- starting a container (see
+ booting a container (see
<citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>). It might be
necessary to add this file to the container tree manually if the OS of the container is too old to contain this
file out-of-the-box.</para>