summaryrefslogtreecommitdiff
path: root/man/systemd-gpt-auto-generator.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-12-21 09:47:46 +0100
committerLennart Poettering <lennart@poettering.net>2022-12-21 22:15:02 +0100
commitcf451f382a6ebf6ad34b36939ed4f8dee1c04e61 (patch)
treedf7342798ef1450b96cde6e8771fe58c45f79fc9 /man/systemd-gpt-auto-generator.xml
parentec6267e8620845bad7b402a0689b425f8ca44fe5 (diff)
downloadsystemd-cf451f382a6ebf6ad34b36939ed4f8dee1c04e61.tar.gz
gpt-auto-generator: honour rootfstype= and rootflags= kernel cmdline option
Even if root= is not specified on the kernel cmdline, we should honour the other rootXYZ= options. Fixes: #8411 See: #17034
Diffstat (limited to 'man/systemd-gpt-auto-generator.xml')
-rw-r--r--man/systemd-gpt-auto-generator.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml
index 3b166b87f9..4ccc80994d 100644
--- a/man/systemd-gpt-auto-generator.xml
+++ b/man/systemd-gpt-auto-generator.xml
@@ -244,10 +244,16 @@
<varlistentry>
<term><varname>root=</varname></term>
+ <term><varname>rootfstype=</varname></term>
+ <term><varname>rootflags=</varname></term>
- <listitem><para>When used with the special value <literal>gpt-auto</literal>, automatic discovery of
- the root partition based on the GPT partition type is enabled. Any other value disables this
- generator.</para></listitem>
+ <listitem><para>When <varname>root=</varname> is used with the special value
+ <literal>gpt-auto</literal> (or if the parameter is not used at all), automatic discovery of the root
+ partition based on the GPT partition type is enabled. Any other value disables this
+ logic.</para>
+
+ <para>The <varname>rootfstype=</varname> and <varname>rootflags=</varname> are used to select the
+ file system type and options when the root file system is automatically discovered.</para></listitem>
</varlistentry>
<varlistentry>