Skip to content

Commit 1dc7ca9

Browse files
committed
man: document /efi in file-hiearchy(7)
We have been supporting the directory since a while in the gpt generator, let's document it in file-hierarchy(7) too
1 parent 03f2b38 commit 1dc7ca9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

man/file-hierarchy.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<term><filename>/boot</filename></term>
7575
<listitem><para>The boot partition used for bringing up the
7676
system. On EFI systems, this is possibly the EFI System
77-
Partition, also see
77+
Partition (ESP), also see
7878
<citerefentry><refentrytitle>systemd-gpt-auto-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
7979
This directory is usually strictly local to the host, and
8080
should be considered read-only, except when a new kernel or
@@ -83,6 +83,15 @@
8383
requires boot loaders.</para></listitem>
8484
</varlistentry>
8585

86+
<varlistentry>
87+
<term><filename>/efi/</filename></term>
88+
<listitem><para>If the boot partition <filename>/boot/</filename> is maintained separately from the EFI System
89+
Partition (ESP), the latter is mounted here. Tools that need to operate on the EFI system partition should look
90+
for it at this mount point first, and fall back to <filename>/boot/</filename> — if the former doesn't qualify
91+
(for example if it is not a mount point or does not have the correct file system type
92+
<constant>MSDOS_SUPER_MAGIC</constant>).</para></listitem>
93+
</varlistentry>
94+
8695
<varlistentry>
8796
<term><filename>/etc</filename></term>
8897
<listitem><para>System-specific configuration. This directory

0 commit comments

Comments
 (0)