From: Benjamin Franzke Date: Mon, 30 May 2022 18:21:48 +0000 (+0200) Subject: man/nspawn: os-release is only checked for booted containers X-Git-Tag: v252-rc1~904^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23565%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 72201d9be50..f52968a4f0c 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -74,7 +74,7 @@ As a safety check systemd-nspawn will verify the existence of /usr/lib/os-release or /etc/os-release in the container tree before - starting a container (see + booting a container (see os-release5). 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.