]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that rootflags= does not override /etc/fstab
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Jan 2020 17:51:19 +0000 (18:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Jan 2020 09:08:23 +0000 (10:08 +0100)
Fixes: #13324
man/systemd-fstab-generator.xml

index 82321c44bf85a4a692ba6a6e2c1f1c18e51d52f9..ab332588581b9c1ee39cefbe0591f276eb926b0e 100644 (file)
       <varlistentry>
         <term><varname>rootflags=</varname></term>
 
-        <listitem><para>Takes the root filesystem mount options to
-        use. <varname>rootflags=</varname> is honored by the
-        initrd.</para></listitem>
+        <listitem><para>Takes the root filesystem mount options to use. <varname>rootflags=</varname> is
+        honored by the initrd.</para>
+
+        <para>Note that unlike most kernel command line options this setting does not override settings made
+        in configuration files (specifically: the mount option string in
+        <filename>/etc/fstab</filename>). See
+        <citerefentry><refentrytitle>systemd-remount-fs.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para></listitem>
       </varlistentry>
 
       <varlistentry>