From: Zbigniew Jędrzejewski-Szmek Date: Sat, 6 Feb 2016 22:53:31 +0000 (-0500) Subject: man: clarify that generators are run before /var X-Git-Tag: v229~30^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89fc708c0ae9ea8ab31f04bc27e845038d30b543;p=thirdparty%2Fsystemd.git man: clarify that generators are run before /var Just a clarification. At least systemd-openqa-generator from openqa gets this wrong. --- diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index 62658fb115f..4b80dab108a 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -164,13 +164,16 @@ Generators are run very early at boot and cannot rely on any external services. They may not talk to any other process. That includes simple things such as logging to - syslog3, + syslog3, or systemd itself (this means: no - systemctl1!). They - can however rely on the most basic kernel functionality to - be available, including a mounted /sys, - /proc, /dev. + systemctl1)!. + Non-essential file systems like + /var and /home + are mounted after generators have run. Generators + can however rely on the most basic kernel functionality to be + available, including a mounted /sys, + /proc, /dev, + /usr.