man: document that rootflags= does not override /etc/fstab

Fixes: #13324
This commit is contained in:
Lennart Poettering 2020-01-16 18:51:19 +01:00
parent d524094b6b
commit 0b306655f1
1 changed files with 7 additions and 3 deletions

View File

@ -98,9 +98,13 @@
<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>