From fe287b9b549408e9078e750694aa9ff7473bce2e Mon Sep 17 00:00:00 2001 From: hpa Date: Sat, 30 Oct 2004 21:20:06 +0000 Subject: [PATCH] Update filename search algorithm --- pxelinux.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxelinux.doc b/pxelinux.doc index b9d0099..2bc22c3 100644 --- a/pxelinux.doc +++ b/pxelinux.doc @@ -2,7 +2,7 @@ A bootloader for Linux using the PXE network booting protocol - Copyright (C) 1994-2003 H. Peter Anvin + Copyright (C) 1994-2004 H. Peter Anvin This program is provided under the terms of the GNU General Public License, version 2 or, at your option, any later version. There is no @@ -42,7 +42,7 @@ search for its config file on the boot server in the following way: First, it will search for the config file using the hardware type (using its ARP type code) and address, all in lower case hexadecimal - with dash separators; for example, for an Ethernet (ARP type 01 hex) + with dash separators; for example, for an Ethernet (ARP type 1) with address 88:99:AA:BB:CC:DD it would search for the filename 01-88-99-aa-bb-cc-dd. -- 2.7.4