[install-guide] added a step to start xinetd to pxe efi section

Pete Travis immanetize at fedoraproject.org
Thu Jan 17 07:23:15 UTC 2013


commit f97c9e46053c2ca4387368f4b08c8ac34c96b4a3
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Thu Jan 17 00:22:16 2013 -0700

    added a step to start xinetd to pxe efi section

 en-US/pxe-server-config-efi.xml |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/en-US/pxe-server-config-efi.xml b/en-US/pxe-server-config-efi.xml
index 991ae53..51affd7 100644
--- a/en-US/pxe-server-config-efi.xml
+++ b/en-US/pxe-server-config-efi.xml
@@ -18,6 +18,7 @@
 			  In the <application>tftp-server</application> config file at <filename>/etc/xinet.d/tftp</filename>, change the <parameter>disabled</parameter> parameter from <literal>yes</literal> to <literal>no</literal>.
 		    </para>
 		  </step>  
+		  
 	    <step>
 	      <para>
 			  Create a directory path within <filename>tftpboot</filename> for the EFI boot images, and then copy them from your installation media:
@@ -28,7 +29,16 @@
 <command>cp <replaceable>/path/to/image/</replaceable>os/EFI/BOOT/grubx64.efi /var/lib/tftpboot/pxelinux/</command>
 </screen>
 	     </step>
-		  
+		  <step>
+	      <para>
+		Start the xinetd service, and enable it to persist across reboots"
+                <screen>
+                  <command>systemctl start xinetd</command>
+                  <command>systemctl enable xinetd</command>
+                  <command>systemctl status xinetd</command>
+                </screen>
+              </para>
+            </step>
 		  <step>
 		    <para>
 		      Configure your DHCP server to use the EFI boot images packaged with GRUB. (If you do not have a DHCP server installed, refer to the <citetitle>DHCP Servers</citetitle> chapter in the <citetitle>Fedora Deployment Guide</citetitle>.)


More information about the docs-commits mailing list