freebsd-nq/usr.sbin/bsdinstall
Bjoern A. Zeeb 7986af23a4 Split netconfig into three parts:
- netconfig - what auto will call which in turn will check for
  IPv4 and IPv6 to be available and ask the user to configure it
  by calling
- netconfig_ipv4 doing DHCP and static IPv4 addresses, and
- netconfig_ipv6 doing rtsol and static IPv6 addresses,
and then checking, querying and updating resolv.conf upon return.
Both DHCP and rtsol (in the future) might update resolv.conf already so
we seed ourselves from that file if available.

Reviewed by:	nwhitehorn
Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
2011-05-29 21:24:20 +00:00
..
distextract Rewind manifest file in case distributions are in a different order there. 2011-03-13 18:26:16 +00:00
distfetch Add some error checking on the return values of chdir() and calloc(). The 2011-02-21 14:28:31 +00:00
partedit Disconnect sun4v architecture from the three. 2011-05-14 01:53:38 +00:00
scripts Split netconfig into three parts: 2011-05-29 21:24:20 +00:00
bsdinstall Improve logging by always sending stderr to the installation log file. 2011-04-05 03:09:44 +00:00
Makefile