From: Lennart Poettering Date: Wed, 14 Aug 2013 01:31:06 +0000 (+0200) Subject: man: document systemd-efi-boot-generator X-Git-Tag: v207~142 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=22d0d443b6fbdd319e4c6e0124e6acec086db3fa man: document systemd-efi-boot-generator --- diff --git a/Makefile-man.am b/Makefile-man.am index 4ebc76837..235b5a134 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -52,6 +52,7 @@ MANPAGES += \ man/systemd-cgtop.1 \ man/systemd-delta.1 \ man/systemd-detect-virt.1 \ + man/systemd-efi-boot-generator.8 \ man/systemd-fsck@.service.8 \ man/systemd-fstab-generator.8 \ man/systemd-getty-generator.8 \ diff --git a/man/systemd-efi-boot-generator.xml b/man/systemd-efi-boot-generator.xml new file mode 100644 index 000000000..d5e5aeff3 --- /dev/null +++ b/man/systemd-efi-boot-generator.xml @@ -0,0 +1,87 @@ + + + + + + + + systemd-efi-boot-generator + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-efi-boot-generator + 8 + + + + systemd-efi-boot-generator + Generator for automatically mounting the + EFI System Partition used by the current boot to + /boot + + + + /usr/lib/systemd/system-generators/systemd-efi-boot-generator + + + + Description + + systemd-efi-boot-generator + is a generator that automatically creates mount and + automount units for the EFI System Partition (ESP) + mounting it to /boot. Note that + this generator will execute no operation on non-EFI + systems, on systems where the boot loader does not + communicate the used ESP to the OS, on systems where + /boot is an explicitly configured + mount (for example, listed in fstab5) or where the /boot mount + point is non-empty. Since this generator creates an + automount unit the mount will only be activated + on-demand, when accessed. + + systemd-efi-boot-generator + implements the generator + specification. + + + + See Also + + systemd1, + systemd.mount5, + systemd.automount5, + gummiboot8, + fstab5 + + + +