From 926f2a04fc51e425fe52ee308e08ccb7cafec443 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 30 May 2022 20:21:48 +0200 Subject: [PATCH] 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. --- man/systemd-nspawn.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3