Subject: Re: changes in diskless boot code
To: Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 01/09/1998 09:59:59
On Fri, 9 Jan 1998 18:36:34 +0100 (MET) 
 Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> wrote:

 > 2 new options are in effect:
 > NFS_BOOT_BOOTP: use BOOTP (allow for DHCP
 >    extensions if NFS_BOOT_DHCP is defined in addition)

NFS_BOOT_DHCP probably should not require NFS_BOOT_BOOTP... the code
that's shared by both should probably be:

#if defined(NFS_BOOT_BOOTP) || defined(NFS_BOOT_DHCP)

What happens if both (bootp | dhcp) and bootparam are defined?  Does it
try both, and in what order?

Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                            Home: +1 408 866 1912
NAS: M/S 258-6                                       Work: +1 650 604 0935
Moffett Field, CA 94035                             Pager: +1 415 428 6939