diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-27 15:27:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-27 15:27:29 +0200 |
commit | 059b37cc288ab529c6b5033af1f8118914f0329f (patch) | |
tree | 1734f3dcd86e0a9c868dd24269ba23a65b648e40 /man/systemd.mount.xml | |
parent | f5ccf26ded1fd7c3d5d9c7b6615236ae051b4a34 (diff) |
man: document fstab generator
Diffstat (limited to 'man/systemd.mount.xml')
-rw-r--r-- | man/systemd.mount.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index d733f81539..4bf652323e 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -104,7 +104,12 @@ <para>Mount units may either be configured via unit files, or via <filename>/etc/fstab</filename> (see <citerefentry><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry> - for details).</para> + for details). Mounts listed in + <filename>/etc/fstab</filename> will be converted into + native units dynamically at boot and when the + configuration of the system manager is reloaded. See + <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry> + for details about the conversion.</para> <para>When reading <filename>/etc/fstab</filename> a few special mount options are understood by systemd @@ -292,7 +297,8 @@ <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.device</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> + <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry>, + <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry> </para> </refsect1> |