[install-guide/f21-branch] EFI system partition mntpoint needs to be /boot/efi

pbokoc pbokoc at fedoraproject.org
Tue Mar 10 15:26:32 UTC 2015


commit 06deb15cc71de848749343c6c91aeb4959eb03c2
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Tue Mar 10 16:26:48 2015 +0100

    EFI system partition mntpoint needs to be /boot/efi

 en-US/CustomSpoke_AddPhysical.xml    |    2 +-
 en-US/Kickstart_Syntax_Reference.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/CustomSpoke_AddPhysical.xml b/en-US/CustomSpoke_AddPhysical.xml
index 8f44062..aab3b97 100644
--- a/en-US/CustomSpoke_AddPhysical.xml
+++ b/en-US/CustomSpoke_AddPhysical.xml
@@ -40,7 +40,7 @@
             </para>
             <note>
                 <para>
-                    When creating a swap partition, specify the mount point as <literal>swap</literal>. For a BIOS Boot partition, use <literal>biosboot</literal>. For an EFI System Partition, use <literal>efi</literal>.
+                    When creating a swap partition, specify the mount point as <literal>swap</literal>. For a BIOS Boot partition, use <literal>biosboot</literal>. For an EFI System Partition, use <literal>/boot/efi</literal>.
                 </para>
                 <para>
                 	For information about these partition types, see <xref linkend="sect-installation-gui-manual-partitioning-recommended" />.
diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml
index 9b3db04..98076b2 100644
--- a/en-US/Kickstart_Syntax_Reference.xml
+++ b/en-US/Kickstart_Syntax_Reference.xml
@@ -1486,7 +1486,7 @@
                                 </listitem>
                             </varlistentry>
                             <varlistentry>
-                                <term><literal>efi</literal></term>
+                                <term><literal>/boot/efi</literal></term>
                                 <listitem>
                                     <para>
                                         An EFI System Partition. An EFI partition at least 50 MB in size is necessary on UEFI-based systems; the recommended size is 200 MB. It is not necessary on BIOS systems. Also see <xref linkend="sect-kickstart-commands-part" />.


More information about the docs-commits mailing list