summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/adsl.c
Commit message (Collapse)AuthorAgeFilesLines
* kill long dead argumentThierry Vignaud2013-03-231-2/+2
| | | | the "Additional Drivers floppy" is long dead
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-2/+2
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-1/+1
| | | | | - move string/system utility functions in utils.c
* detect IP address from DSL connectionOlivier Blin2005-04-261-5/+11
|
* (perform_adsl) ppp module doesn't exist, don't try to load itOlivier Blin2004-09-071-1/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* allow to use a specific ACNAME for pppoe connectionsOlivier Blin2004-06-291-5/+11
|
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-1/+1
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-3/+3
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* - fix problem of clashing user/pass between adsl and ftp/http in case of ↵Guillaume Cottenceau2001-08-021-1/+1
| | | | | | | automatic installs - update doc on automatic install parameters (doc/TECH-INFOS)
* nonsense to exit if interface is not "eth.*"Guillaume Cottenceau2001-07-041-5/+0
|
* save adsl info for stage2Guillaume Cottenceau2001-06-201-0/+5
|
* let term signal go to pppd, when connection failsGuillaume Cottenceau2001-06-141-1/+4
|
* have adsl pppoe installation availableGuillaume Cottenceau2001-06-111-35/+98
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-011-0/+106
- get back some code for supporting broken glibc unable to resolve when linked statically