]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention "overlay" as a possible option for systemd.volatile
authorVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 7 Apr 2025 15:45:54 +0000 (17:45 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 17:29:29 +0000 (02:29 +0900)
systemd.volatile=overlay is described in the text below, however, it
is missing in the enclosed list of possible options in the beginning.

man/kernel-command-line.xml

index 17740fb4e456a096f5a11c72df7220e0ff94f2a9..a2a045d209058b2f11c2abbcf1fdecb36f737097 100644 (file)
         <term><varname>systemd.volatile=</varname></term>
         <listitem>
           <para>This parameter controls whether the system shall boot up in volatile mode. Takes a boolean argument, or
-          the special value <literal>state</literal>. If false (the default), normal boot mode is selected, the root
-          directory and <filename>/var/</filename> are mounted as specified on the kernel command line or
-          <filename>/etc/fstab</filename>, or otherwise configured. If true, full state-less boot mode is selected. In
-          this case, the root directory is mounted as volatile memory file system (<literal>tmpfs</literal>), and only
-          <filename>/usr/</filename> is mounted from the file system configured as root device, in read-only mode. This
-          enables fully state-less boots were the vendor-supplied OS is used as shipped, with only default
+          the special values <literal>state</literal> or <literal>overlay</literal>. If false (the default), normal boot
+          mode is selected, the root directory and <filename>/var/</filename> are mounted as specified on the kernel
+          command line or <filename>/etc/fstab</filename>, or otherwise configured. If true, full state-less boot mode
+          is selected. In this case, the root directory is mounted as volatile memory file system (<literal>tmpfs</literal>),
+          and only <filename>/usr/</filename> is mounted from the file system configured as root device, in read-only mode.
+          This enables fully state-less boots were the vendor-supplied OS is used as shipped, with only default
           configuration and no stored state in effect, as <filename>/etc/</filename> and <filename>/var/</filename> (as
           well as all other resources shipped in the root file system) are reset at boot and lost on shutdown. If this
           setting is set to <literal>state</literal> the root file system is mounted read-only, however