diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-30 09:41:01 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-30 18:41:17 -0400 |
commit | ee43f49b7889b546fe05a141459d7f1ddf129bd4 (patch) | |
tree | 5c8f6c132d5cff2cab03c9df24b0329e0639be7d | |
parent | 63b03c0b2889dd490b3511f12f00268c154a655c (diff) |
man: mention x-initrd.mount option in fstab options list
-rw-r--r-- | man/systemd.mount.xml | 11 | ||||
-rw-r--r-- | man/systemd.special.xml | 7 |
2 files changed, 14 insertions, 4 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 34a1ac8555..3bc4d3aeff 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -207,6 +207,17 @@ opposite meaning and is the default.</para> </listitem> </varlistentry> + + <varlistentry> + <term><option>x-initrd.mount</option></term> + + <listitem><para>An additional filesystem to be + mounted in the initramfs. See + <filename>initrd-fs.target</filename> description + in + <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>. + </para></listitem> + </varlistentry> </variablelist> <para>If a mount point is configured in both diff --git a/man/systemd.special.xml b/man/systemd.special.xml index f590b3fa11..f84639e2b4 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -322,11 +322,10 @@ <filename>sysroot-usr.mount</filename> and all mount points found in <filename>/etc/fstab</filename> - that have the - <option>auto</option> and + that have <option>x-initrd.mount</option> - mount options set. - </para> + and not have <option>noauto</option> + mount options set.</para> </listitem> </varlistentry> <varlistentry> |