diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-30 20:21:48 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-30 20:26:44 +0200 |
commit | 926f2a04fc51e425fe52ee308e08ccb7cafec443 (patch) | |
tree | 79d41242046a89d9396e9058928ac18b2eea7a6a /man/systemd-nspawn.xml | |
parent | man/nspawn: add a sentence-connecting adverb to machinectl note (diff) | |
download | systemd-926f2a04fc51e425fe52ee308e08ccb7cafec443.tar.xz systemd-926f2a04fc51e425fe52ee308e08ccb7cafec443.zip |
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/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
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> |