Date: Mon, 19 Jul 1999 03:06:20 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/release/sysinstall dhcp.c Makefile sysinstall.h system.c tcpip.c Message-ID: <199907191006.DAA37737@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1999/07/19 03:06:19 PDT Modified files: release Makefile release/sysinstall Makefile sysinstall.h system.c tcpip.c Added files: release/sysinstall dhcp.c Log: Another batch of fixes for dhcp support in sysinstall, now dragging 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. Revision Changes Path 1.498 +2 -2 src/release/Makefile 1.86 +4 -8 src/release/sysinstall/Makefile 1.171 +5 -1 src/release/sysinstall/sysinstall.h 1.93 +2 -4 src/release/sysinstall/system.c 1.83 +79 -63 src/release/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907191006.DAA37737>