X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-remount-fs.service.xml;h=cf04713a006baaece6ff1871c59106a7dadf9868;hp=d920c0c4004b2c7af6772e8b6d6b5f0f0dc7aeab;hb=82adf6af7c72b852449346835f33184a841b4796;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml index d920c0c40..cf04713a0 100644 --- a/man/systemd-remount-fs.service.xml +++ b/man/systemd-remount-fs.service.xml @@ -59,20 +59,26 @@ listed in fstab5 to the root file system, the /usr - file system and the kernel API virtual file - systems. This is required so that the 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 /etc/fstab. This service - ignores normal file systems and only changes the root - file system (i.e. /), + 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 the kernel, the + initial RAM disk, container environments or system + manager code -- are updated to those listed in + /etc/fstab. This service ignores + normal file systems and only changes the root file + system (i.e. /), /usr and the virtual kernel API file systems such as /proc, /sys or - /dev/. This service executes no + /dev. This service executes no operation if /etc/fstab does not - exist or lists no entries for the mentioned file systems. + exist or lists no entries for the mentioned file + systems. + + For a longer discussion of kernel API file + systems see API + File Systems.