Subject: Re: PXE boot support
To: Andreas Gustafsson <gson@nominum.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-i386
Date: 02/18/2002 09:15:28
On Mon, Feb 18, 2002 at 08:58:52AM -0800, Jason R Thorpe wrote:

 > 	class "pxe-clients-ia32" {
 > 		match if substring (option vendor-class-identifier, 0, 20) =
 > 		    "PXEClient:Arch:00000";
 > 		filename "pxeboot.bin";
 > 	}

Ok, I *just* committed a simple change to pxeboot that will make this
work now.  Make sure you have:

	$NetBSD: pxe.c,v 1.3 2002/02/18 17:01:46 thorpej Exp $

and the pxeboot DHCP requests will be distinguishable from the BIOS's
DHCP requests in the manner I describe above.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>