From 819a592a373c82b8306717d3ac737c085510f400 Mon Sep 17 00:00:00 2001 From: Leona Date: Mon, 23 May 2016 09:58:51 -0700 Subject: [PATCH] udpate typo in edit of network-boot.rst, respectfully Signed-off-by: Leona --- source/network_boot.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/network_boot.rst b/source/network_boot.rst index ee66e189..7285655e 100644 --- a/source/network_boot.rst +++ b/source/network_boot.rst @@ -194,7 +194,7 @@ user class. Here’s one way to do this using the :file:`/etc/dhcpd.conf` file: This ensures that either iPXE image (``undionly.kpxe`` for BIOS or ``ipxe.efi`` for EFI) is handed out only when the DHCP request comes from a legacy PXE client -or from a UEFI client, respectifully. Once iPXE loads, the DHCP server will direct it to +or from a UEFI client, respectfully. Once iPXE loads, the DHCP server will direct it to boot from options configured in your ``http://my.web.server/real_boot_script.txt`` file.