From 22d0d443b6fbdd319e4c6e0124e6acec086db3fa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Aug 2013 03:31:06 +0200 Subject: man: document systemd-efi-boot-generator --- Makefile-man.am | 1 + man/systemd-efi-boot-generator.xml | 87 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 man/systemd-efi-boot-generator.xml diff --git a/Makefile-man.am b/Makefile-man.am index 4ebc76837e..235b5a1342 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 0000000000..d5e5aeff3e --- /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 + + + + -- cgit v1.2.3-54-g00ecf