Subject: CVS commit: src/sys/arch/i386/stand/pxeboot
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 11/12/2003 18:44:08
Module Name:	src
Committed By:	drochner
Date:		Wed Nov 12 18:44:08 UTC 2003

Modified Files:
	src/sys/arch/i386/stand/pxeboot: devopen.c

Log Message:
Uhm - the last change broke everything but very simple setups.
(it only allowed to boot an nfs /netbsd automatically)
To make it work for people who can't tell the DHCP server to pass
the right kernel file to pxeboot, without losing flexibility for
people who can, do the following:
Use the filename given by the DHCP server if it contains a ":". A ":"
was already used to seperate filesystem and filename, so we don't
lose anything. Otoh, a path to pxeboot usually doesn't contain a ":",
so it should still work if we got the old pxeboot filename again.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/i386/stand/pxeboot/devopen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.