David Whedon
101fd7e022
add copyright, added German translatiosn from Michael Bramer <grisu@debian.org>
r375
22 years ago
David Whedon
3d5cc4b0ff
fix name of dhclient exe
r365
22 years ago
David Whedon
8cae2faa12
choose b/w dhclient and pump at runtime, with a preference towards dhclient.
r363
22 years ago
David Whedon
d708c90cdd
make dhclient the default dhcp client
fix a couple buglets
r353
22 years ago
David Whedon
aba0cb9c0d
I was handling the debconf substitution wrong, the result of splitting static and dhcp up, but not doing it properly. removed support for dhcpcd since it is no longer with us.
r348
22 years ago
David Whedon
0dde5a3895
We can now use dhcpcd, pump or dhclient by throwing a define at build time.
r345
22 years ago
David Whedon
8063172870
broke dhcp and static cfg's into different modules so we can share
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
22 years ago
David Whedon
b862db5437
updates
r322
22 years ago
David Whedon
a610317a7a
fixed a segfault found by randolpg@tausq.org
r320
22 years ago
David Whedon
0e59d85796
indent,
manutest: remove ifconfig call since it doesn't behave as I thought it did
r308
22 years ago
David Whedon
7e1a00ba71
updates
r307
22 years ago
David Whedon
713b0ddb61
utils.c uses syslog, change numbering scheme,
busybox sh doesn't like exit -1, so it doesn't get it
fix spacing in templates
make clean target work
r299
22 years ago
David Whedon
e3fe0b30ea
save a few bytes
r297
22 years ago
David Whedon
2952011b8d
menutest checks /proc/net/dev as well as ifconfig
r296
22 years ago
David Whedon
7df46069a1
added utils, perhaps these should go into a debian-installer library
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
22 years ago
David Whedon
7ec48a21da
some changes to templates, fixed it so debconf talking is in postint rather than config
r293
22 years ago
David Whedon
b9c02085d2
build netcfg-common, though it didn't work as I had planned, I still have big pl
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
22 years ago
David Whedon
e83ef68941
cleanup, no changes of substance
r288
22 years ago
David Whedon
37d13792ac
Add some shared templates to both static and dhcp, need to perhaps put them in a netcfg-shared udeb later.
r286
22 years ago
David Whedon
0f525a3b1c
broken into two udebs
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
22 years ago
David Whedon
d0c1dfaebd
added dhcp support via dhcpcd, untested
r263
22 years ago
David Whedon
ea87371446
now we search for interfaces and give the user a choice of which to configure
fixed some bugs/clumsyness
r261
22 years ago
David Whedon
a99939e3c5
udpkg now creates the directories I'll need (is that kosher?, means
22 years ago
David Whedon
942e0596d8
more TODO
r249
22 years ago
David Whedon
5b8bb306e6
fix error in template format
tolerate user's refusal to enter data
fix parsing of nameservers string
r248
22 years ago
David Whedon
3ffeb65420
no longer needed
r243
22 years ago
David Whedon
a00f4dfee9
Now using libdebconf, writing more config files, still incomplete.
r242
22 years ago
David Whedon
e1d3f00cd7
Works now, asks a few questions through debconf, then write etc/network/interfaces.
Still incomplete, but it builds and can be played with.
r226
22 years ago
David Whedon
99a8525d12
Starting the network configuration. First goal iwill be manual configuration.
This is currently incomplete, just some ideas and bare bones of code (haven't
even tried to compile it.)
r224
22 years ago