diff options
Diffstat (limited to 'man/systemd-remount-fs.service.xml')
-rw-r--r-- | man/systemd-remount-fs.service.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml index 7b88ac3f3c..c8c3d16157 100644 --- a/man/systemd-remount-fs.service.xml +++ b/man/systemd-remount-fs.service.xml @@ -1,6 +1,9 @@ <?xml version="1.0"?> <!--*-nxml-*--> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ +<!ENTITY % entities SYSTEM "custom-entities.ent" > +%entities; +]> <!-- This file is part of systemd. @@ -48,7 +51,7 @@ <refsynopsisdiv> <para><filename>systemd-remount-fs.service</filename></para> - <para><filename>/usr/lib/systemd/systemd-remount-fs</filename></para> + <para><filename>&rootlibexecdir;/systemd-remount-fs</filename></para> </refsynopsisdiv> <refsect1> @@ -56,12 +59,12 @@ <para><filename>systemd-remount-fs.service</filename> is an early-boot service that applies mount options listed in - <citerefentry><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry> - to the root file system, the <filename>/usr</filename> file system + <citerefentry project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry> + to the root file system, the <filename>/usr</filename> file system, and the kernel API file systems. This is required so that the - mount options of these file systems -- which are pre-mounted by + mount options of these file systems — which are pre-mounted by the kernel, the initial RAM disk, container environments or system - manager code -- are updated to those listed in + manager code — are updated to those listed in <filename>/etc/fstab</filename>. This service ignores normal file systems and only changes the root file system (i.e. <filename>/</filename>), <filename>/usr</filename> and the virtual @@ -80,8 +83,8 @@ <title>See Also</title> <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, - <citerefentry><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> + <citerefentry project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry>, + <citerefentry project='man-pages'><refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum></citerefentry> </para> </refsect1> |