]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document x-systemd.rw-only fstab option 15661/head
authorMartin Hundebøll <martin@geanix.com>
Mon, 4 May 2020 08:03:54 +0000 (10:03 +0200)
committerMartin Hundebøll <martin@geanix.com>
Wed, 20 May 2020 12:26:04 +0000 (14:26 +0200)
man/systemd.mount.xml

index d18773663fddaa5bb4ac886d25f4ec10a9643bd8..ed9ce635f22592146e108cd6550ed5b3a0cbce69 100644 (file)
         <varname>Options=</varname> setting in a unit file.</para></listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>x-systemd.rw-only</option></term>
+
+        <listitem><para>If a mount operation fails to mount the file system
+        read-write, it normally tries mounting the file system read-only instead.
+        This option disables that behaviour, and causes the mount to fail
+        immediately instead. This option is translated into the
+        <varname>ReadWriteOnly=</varname> setting in a unit file.</para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>_netdev</option></term>