systemd/man/systemd-efi-boot-generator.8
2015-02-17 11:22:16 +01:00

55 lines
2.1 KiB
Groff

'\" t
.TH "SYSTEMD\-EFI\-BOOT\-GENERATOR" "8" "" "systemd 219" "systemd-efi-boot-generator"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-efi-boot-generator \- Generator for automatically mounting the EFI System Partition used by the current boot to /boot
.SH "SYNOPSIS"
.PP
/usr/lib/systemd/system\-generators/systemd\-efi\-boot\-generator
.SH "DESCRIPTION"
.PP
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
\fBfstab\fR(5)) 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\&.
.PP
systemd\-efi\-boot\-generator
implements the
\m[blue]\fBgenerator specification\fR\m[]\&\s-2\u[1]\d\s+2\&.
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1),
\fBsystemd.mount\fR(5),
\fBsystemd.automount\fR(5),
\fBsystemd-gpt-auto-generator\fR(8),
\fBgummiboot\fR(8),
\fBfstab\fR(5)
.SH "NOTES"
.IP " 1." 4
generator specification
.RS 4
\%http://www.freedesktop.org/wiki/Software/systemd/Generators
.RE