diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-remount-fs.service.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml index 8e60e31b5c..9bc07fcdda 100644 --- a/man/systemd-remount-fs.service.xml +++ b/man/systemd-remount-fs.service.xml @@ -57,11 +57,11 @@ <para><filename>systemd-remount-fs.service</filename> is an early-boot service that applies mount options listed in <citerefentry project='man-pages'><refentrytitle>fstab</refentrytitle><manvolnum>5</manvolnum></citerefentry> - to the root file system, the <filename>/usr</filename> file system + 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 |