Subject: Re: crunchgen/dhclient
To: None <netbsd-help@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-help
Date: 09/23/1999 17:00:37
In article <E11UB4c-0005qK-00@quartz.newn.cam.ac.uk>,
Patrick Welche <prlw1@cam.ac.uk> wrote:
>Have any of you managed to get dhclient into the ramdisk of an install
>floppy? (aim was: put new entry in dhcp server, boot up with modified
>install disk, dhclient, nfs mount favourite NetBSD repository, untar base etc)
>
>Problem: I tried adding the following to ramdisk/ramdiskbin.conf
>
>...
>progs dhclient
>special dhclient srcdir usr.sbin/dhcp/client
>...
>libs libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lipsec -lcrypt -ll 
>-lm /usr/src/usr.sbin/dhcp/common/obj/libdhcp.a
>

You probably want to add libdhcp.a before the rest of the libraries.

christos