(udeb netcfg)
- implement joey's dhcp idea
(wait 10s and then ask if we should try
longer)
- move common code to netcfg-common.c
- improve state machines
r6416
questions:
-IP address
(-Point to Point)
-Netmask
-Gateway
-DNS servers
-Machine name
-Domain name
* change debconf priority of nameserver question to high, don't
know how this was supposed to work without nameservers
r6052
- Update da (Danish) translation.
* Alastair McKinstry
- Move to new cdebconf macros.
- Added versioned depends on libdebconfclient-dev to ensure we get
working debonf_* macros
* Joey Hess
- Fixed the libdebconfclient0-dev package name.
- Run a progress bar with dhcp, just so something will be on the screen
then.
r5061
-build with cdebconf-dev
-add -g when DEB_BUILD_OPTIONS tells me to
-remove libnetcfg stuff, it doesn't save space, maybe I make a unified netcfg
udeb some day
r525
common code between them.
In theory it would save about 3k, I think, though my
initialy efforts didn't save any space, so we still aren't sharing.
r335
removed much from TODO
create dirs as necessary
install menutest into DEBIAN (fixed it's return value too)
cleaned up templates, took some phrases from etherconf
cleaned up overall flow
handle missing data better
moved functions around a bit so no need for protos (that's why the diff is unreadable)
r295
ans for it.
netcfg-dhcp asks for hostname and dns now
various bug fixes
modify dependancies
if we don't find any interfaces, allow the user to specify one
try to get udpkg to create dirs for me, still some problems there
r290
netcfg-dhcp 6k
netcfg-static 9k
They share a fair amount of code right now (3k) (a small shared library may be
in order, or perhaps they should be re-merged? Probably doesn't make sense to
do anything until later when ppp and pcmcia have been added because things may
change.)
r285