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=9fe953e8c674376a1af7380b7c19d82a8d335a01;hp=fa3b00967080fdf0a00b79a78c5f3a44f736e764;hb=236bc7573a400b77e515c441a34419b133d11b18;hpb=ca6b98ae21114064b57889a90561d86785223c4e diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml index fa3b00967..9fe953e8c 100644 --- a/man/systemd-remount-fs.service.xml +++ b/man/systemd-remount-fs.service.xml @@ -43,7 +43,7 @@ systemd-remount-fs.service systemd-remount-fs - Remount Root and Kernel File Systems + Remount root and kernel file systems @@ -58,20 +58,27 @@ is an early-boot service that applies mount options listed in fstab5 - to the root 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 or system manager - code -- are updated to those listed in + to the root file system, the /usr + 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. /) and the virtual - kernel API file systems such as - /proc, /sys - or /dev/. This service executes - no operation if /etc/fstab does - not exist or lists no entries for the root file system - or the kernel API VFS. + system (i.e. /), + /usr and the virtual kernel API + file systems such as /proc, + /sys or + /dev/. This service executes no + operation if /etc/fstab does not + exist or lists no entries for the mentioned file + systems. + + For a longer discussion of kernel API file + systems see API + File Systems.