diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-05-02 12:01:28 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-05-02 13:01:28 -0400 |
commit | 35c0808fe05f9a90fc7d50cc4eb4e1a4e0d366fa (patch) | |
tree | 41dc93c117a516b96980d5bdec1728fadd924e3c /man/systemd-remount-fs.service.xml | |
parent | 470d7e17f986c1eeb1c98d18150c25e1b7375fb3 (diff) | |
download | systemd-35c0808fe05f9a90fc7d50cc4eb4e1a4e0d366fa.tar.gz |
man: use utf-8 in systemd-remount-fs.service(8)
Diffstat (limited to 'man/systemd-remount-fs.service.xml')
-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 |