aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/dhcp.c
Commit message (Collapse)AuthorAgeFilesLines
* Sysinstall has been repocopied to src/usr.sbin/sysinstall and everythingJohn Baldwin2001-01-171-156/+0
| | | | | | | now uses the sources found there. Notes: svn path=/head/; revision=71150
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Fix a bad dhcp keyword; it's host-name not server-name.Jordan K. Hubbard1999-07-201-3/+3
| | | | Notes: svn path=/head/; revision=48932
* Another batch of fixes for dhcp support in sysinstall, now draggingJordan K. Hubbard1999-07-191-0/+156
in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role. Notes: svn path=/head/; revision=48893