From: Mike Yuan Date: Mon, 25 Sep 2023 17:01:57 +0000 (+0800) Subject: man/systemd-firstboot: /etc/ empty -> unpopulated X-Git-Tag: v255-rc1~434^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff4a7d32f11f765b9babbdfff37db911c8bdea60;p=thirdparty%2Fsystemd.git man/systemd-firstboot: /etc/ empty -> unpopulated We use the phrase "unpopulated" in systemd.unit(5) too. And "/etc/ is empty" is simply spurious. --- diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml index 3aa160ecad2..5129d068f29 100644 --- a/man/systemd-firstboot.xml +++ b/man/systemd-firstboot.xml @@ -37,7 +37,7 @@ systemd-firstboot initializes basic system settings interactively during the first boot, or non-interactively on an offline system image. The service is started during boot if ConditionFirstBoot=yes is met, which essentially means that /etc/ - is empty, see + is unpopulated, see systemd.unit5 for details.