From ca6b98ae21114064b57889a90561d86785223c4e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 Jun 2012 13:08:23 +0200 Subject: man: document systemd-remount-fs.service --- man/systemd-remount-fs.service.xml | 86 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 man/systemd-remount-fs.service.xml (limited to 'man/systemd-remount-fs.service.xml') diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml new file mode 100644 index 0000000000..fa3b009670 --- /dev/null +++ b/man/systemd-remount-fs.service.xml @@ -0,0 +1,86 @@ + + + + + + + + systemd-remount-fs.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-remount-fs.service + 8 + + + + systemd-remount-fs.service + systemd-remount-fs + Remount Root and Kernel File Systems + + + + systemd-remount-fs.service + /usr/lib/systemd/systemd-remount-fs + + + + Description + + systemd-remount-fs.service + 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 + /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. + + + + See Also + + systemd1, + fstab5, + mount8 + + + + -- cgit v1.2.3-54-g00ecf