]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/nspawn: os-release is only checked for booted containers 23565/head
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Mon, 30 May 2022 18:21:48 +0000 (20:21 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Mon, 30 May 2022 18:26:44 +0000 (20:26 +0200)
/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.

man/systemd-nspawn.xml

index 72201d9be50fd12430af395922c4482c89d26cde..f52968a4f0cde0a1e98a90d264ba31c5d5db5d6c 100644 (file)
@@ -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>