From: Lennart Poettering Date: Thu, 16 Jan 2020 17:51:19 +0000 (+0100) Subject: man: document that rootflags= does not override /etc/fstab X-Git-Tag: v245-rc1~109^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b306655f1eca3bbb28a2e3bc295a7bd4dc292bd;p=thirdparty%2Fsystemd.git man: document that rootflags= does not override /etc/fstab Fixes: #13324 --- diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index 82321c44bf8..ab332588581 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -98,9 +98,13 @@ rootflags= - Takes the root filesystem mount options to - use. rootflags= is honored by the - initrd. + Takes the root filesystem mount options to use. rootflags= is + honored by the initrd. + + Note that unlike most kernel command line options this setting does not override settings made + in configuration files (specifically: the mount option string in + /etc/fstab). See + systemd-remount-fs.service8.