From: Lennart Poettering Date: Mon, 25 Jun 2012 11:08:23 +0000 (+0200) Subject: man: document systemd-remount-fs.service X-Git-Tag: v186~103 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ca6b98ae21114064b57889a90561d86785223c4e man: document systemd-remount-fs.service --- diff --git a/Makefile.am b/Makefile.am index ca676e588..09ea5ecdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -487,7 +487,8 @@ MANPAGES = \ man/journald.conf.5 \ man/systemd-journald.service.8 \ man/journalctl.1 \ - man/systemd-inhibit.1 + man/systemd-inhibit.1 \ + man/systemd-remount-fs.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -495,7 +496,8 @@ MANPAGES_ALIAS = \ man/init.1 \ man/systemd-modules-load.8 \ man/systemd-sysctl.8 \ - man/systemd-journald.8 + man/systemd-journald.8 \ + man/systemd-remount-fs.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -503,6 +505,7 @@ man/init.1: man/systemd.1 man/systemd-modules-load.8: man/systemd-modules-load.service.8 man/systemd-sysctl.8: man/systemd-sysctl.service.8 man/systemd-journald.8: man/systemd-journald.service.8 +man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml new file mode 100644 index 000000000..fa3b00967 --- /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 + + + + diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in index 5074ab5dd..0524de82c 100644 --- a/units/systemd-remount-fs.service.in +++ b/units/systemd-remount-fs.service.in @@ -7,6 +7,7 @@ [Unit] Description=Remount Root and Kernel File Systems +Documentation=man:systemd-remount-fs.service(8) DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service