[install-guide] added a repo argument to the efi pxe boot example

Pete Travis immanetize at fedoraproject.org
Thu Jan 17 06:51:25 UTC 2013


commit 83b22bd62611494c956eb2050b107ecd37ee2948
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Wed Jan 16 23:51:11 2013 -0700

    added a repo argument to the efi pxe boot example

 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 863b155..97fee8d 100644
--- a/en-US/pxe-server-config-efi.xml
+++ b/en-US/pxe-server-config-efi.xml
@@ -130,10 +130,10 @@ default=0
 timeout=1
 splashimage=(nd)/splash.xpm.gz
 hiddenmenu
-title RHEL
+title Fedora
         root (nd)
-        kernel /rawhide-x86_64/vmlinuz
-        initrd /rawhide-x86_64/initrd.img
+        kernel vmlinuz
+        initrd initrd.img inst.repo=nfs:10.0.0.1:/path/to/tree
 </screen>
 		  <para>
 		    For instructions on how to specify the installation source, refer to <xref linkend="ch-Installation_Phase_2-x86" />


More information about the docs-commits mailing list