[install-guide] updating paths in pxe efi section for consistency

Pete Travis immanetize at fedoraproject.org
Thu Jan 17 07:12:41 UTC 2013


commit 6dd92b904ba71b2d424fa3c860b0c07a8ef7c7c6
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Thu Jan 17 00:06:25 2013 -0700

    updating paths in pxe efi section for consistency

 en-US/pxe-server-config-efi.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/en-US/pxe-server-config-efi.xml b/en-US/pxe-server-config-efi.xml
index 416e760..991ae53 100644
--- a/en-US/pxe-server-config-efi.xml
+++ b/en-US/pxe-server-config-efi.xml
@@ -20,12 +20,12 @@
 		  </step>  
 	    <step>
 	      <para>
-			  Create a directory path within <filename>tftpboot</filename> for the EFI boot images, and then copy them from your boot directory:
+			  Create a directory path within <filename>tftpboot</filename> for the EFI boot images, and then copy them from your installation media:
 	      </para>    
 <screen>
 <command>mkdir /var/lib/tftpboot/pxelinux</command>
 <command>mkdir /var/lib/tftpboot/pxelinux/bootx64.efi</command>
-<command>cp /boot/efi/EFI/redhat/grub.efi /var/lib/tftpboot/pxelinux/bootx64.efi</command>
+<command>cp <replaceable>/path/to/image/</replaceable>os/EFI/BOOT/grubx64.efi /var/lib/tftpboot/pxelinux/</command>
 </screen>
 	     </step>
 		  
@@ -143,7 +143,7 @@ title Fedora
 		  <para>
 		    Copy the boot images into your <command>tftp</command> root directory:
 		  </para>
-		      <screen><command> cp /<replaceable>path/to</replaceable>/x86_64/os/images/pxeboot/{vmlinuz,initrd.img} /var/lib/tftpboot/pxelinux/rawhide-x86_64/</command></screen>
+		      <screen><command> cp /<replaceable>path/to/image/</replaceable>os/images/pxeboot/{vmlinuz,initrd.img} /var/lib/tftpboot/pxelinux/</command></screen>
 		  </step>
 		  
 		  <step>


More information about the docs-commits mailing list