From: Felix Pehla <29adc1fd92@gmail.com> Date: Wed, 15 Apr 2026 12:35:58 +0000 (+0200) Subject: man/fstab-generator: fix option list and make formatting consistent X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d705a892b3476de14e548f3f9b0af96207d4b0;p=thirdparty%2Fsystemd.git man/fstab-generator: fix option list and make formatting consistent Add "overlay", which is already mentioned further down below, to the list of possible options. Consistently use for possible values of systemd.volatile=, rather than or no special formatting. Use yes/no rather than true/false as boolean since that is what's used everywhere else and I'm already touching the lines anyway. --- diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index 43f573dd722..8e684b29863 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -214,12 +214,12 @@ systemd.volatile= Controls whether the system shall boot up in volatile mode. Takes a boolean argument or the - special value . + special values state and overlay. - If false (the default), this generator makes no changes to the mount tree and the system is booted up in - normal mode. + If no (the default), this generator makes no changes to the mount tree and the system + is booted up in normal mode. - If true the generator ensures + If yes the generator ensures systemd-volatile-root.service8 is run in the initrd. This service changes the mount table before transitioning to the host system, so that a volatile memory file system (tmpfs) is used as root directory, with only @@ -228,7 +228,7 @@ and lost at shutdown, as /etc/ and /var/ will be served from the (initially unpopulated) volatile memory file system. - If set to the generator will leave the root directory mount point unaltered, + If set to state the generator will leave the root directory mount point unaltered, however will mount a tmpfs file system to /var/. In this mode the normal system configuration (i.e. the contents of /etc/) is in effect (and may be modified during system runtime), however the system state (i.e. the contents of /var/) is reset at boot and