Removing white space at end of a line.

This commit is contained in:
Tullis, Michael L
2015-12-15 15:42:44 -07:00
parent 971306f515
commit 957cc67c31
+1 -1
View File
@@ -76,7 +76,7 @@ Here's one way to do this:
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. 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, where ``my.web.server`` and the filename
``http://my.web.server/real_boot_script.txt`` file, where ``my.web.server`` and the filename
are replaced with your actual location.
The address ``192.168.1.1`` should be set to the address your TFTP server is using.