summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Collapse)AuthorAgeFilesLines
* better memory detection (from wonderful drakx)Guillaume Cottenceau2001-02-081-2/+2
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-1/+9
| | | | | | | interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
* don't reverse hostname lookup if dhcp already gave hostname+domainGuillaume Cottenceau2001-02-071-1/+4
|
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-061-24/+42
| | | | | | | | | | mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files
* add automatic support in choice of NET device, in case of multiple NET devicesGuillaume Cottenceau2001-01-221-1/+1
|
* consistent dot-terminated error messages, consistent no-dot log messagesGuillaume Cottenceau2001-01-221-3/+3
|
* re-put Netmask input per default (void entry -> automatic guess)Guillaume Cottenceau2001-01-221-16/+10
|
* allow providing void password in network/ftp installsGuillaume Cottenceau2001-01-211-1/+1
|
* - add FTPGuillaume Cottenceau2001-01-111-8/+137
| | | | | | - add HTTP - use single place for mountpoints and static directories
* - disk install can now load the second stage ramdisk, included pixel's ↵Guillaume Cottenceau2001-01-091-1/+1
| | | | | | | readlink test to cut vfat problems - disabled TOCHECK's for rescue/umounting stuff
* - use clearer messages (s/Installation/Distribution/g and some more)Guillaume Cottenceau2001-01-091-2/+2
| | | | | | - prints partition sizes in Mbytes - prints extract of partition contents on failure of some DISK steps
* - add dhcpGuillaume Cottenceau2001-01-081-48/+92
| | | | | - save network information for stage2
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-061-1/+1
| | | | (scsi, net, modules options)
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-4/+4
|
* polish for integration into cookerGuillaume Cottenceau2000-12-181-8/+14
|
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-34/+33
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-7/+55
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-6/+445
| | | | | | - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured
* network devices detection and insmod on user inputGuillaume Cottenceau2000-12-121-1/+39
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-0/+2
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+46
soon will launch the stage2