]> git.proxmox.com Git - systemd.git/blame - man/systemd-efi-boot-generator.8
Imported Upstream version 220
[systemd.git] / man / systemd-efi-boot-generator.8
CommitLineData
14228c0d 1'\" t
e3bff60a 2.TH "SYSTEMD\-EFI\-BOOT\-GENERATOR" "8" "" "systemd 220" "systemd-efi-boot-generator"
14228c0d
MB
3.\" -----------------------------------------------------------------
4.\" * Define some portability stuff
5.\" -----------------------------------------------------------------
6.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7.\" http://bugs.debian.org/507673
8.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10.ie \n(.g .ds Aq \(aq
11.el .ds Aq '
12.\" -----------------------------------------------------------------
13.\" * set default formatting
14.\" -----------------------------------------------------------------
15.\" disable hyphenation
16.nh
17.\" disable justification (adjust text to left margin only)
18.ad l
19.\" -----------------------------------------------------------------
20.\" * MAIN CONTENT STARTS HERE *
21.\" -----------------------------------------------------------------
22.SH "NAME"
23systemd-efi-boot-generator \- Generator for automatically mounting the EFI System Partition used by the current boot to /boot
24.SH "SYNOPSIS"
25.PP
26/usr/lib/systemd/system\-generators/systemd\-efi\-boot\-generator
27.SH "DESCRIPTION"
28.PP
29systemd\-efi\-boot\-generator
30is a generator that automatically creates mount and automount units for the EFI System Partition (ESP), mounting it to
31/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
32/boot
33is an explicitly configured mount (for example, listed in
34\fBfstab\fR(5)) or where the
35/boot
36mount point is non\-empty\&. Since this generator creates an automount unit, the mount will only be activated on\-demand, when accessed\&.
37.PP
38systemd\-efi\-boot\-generator
e3bff60a
MP
39implements
40\fBsystemd.generator\fR(7)\&.
14228c0d
MB
41.SH "SEE ALSO"
42.PP
43\fBsystemd\fR(1),
44\fBsystemd.mount\fR(5),
45\fBsystemd.automount\fR(5),
46\fBsystemd-gpt-auto-generator\fR(8),
14228c0d 47\fBfstab\fR(5)