summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Collapse)AuthorAgeFilesLines
* Corporate Server 2.1.1 releasetopic/Corpo_2_1Nicolas Planel2003-10-291-8/+9
|
* http: don't add a / between the hostname and the url, apacheGuillaume Cottenceau2002-09-141-1/+1
| | | | | doesn't understand //~fermigier the same way as /~fermigier
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-1/+1
|
* don't save DHCP_HOSTNAME if the value is voidGuillaume Cottenceau2002-03-201-1/+1
|
* better error msg regarding pcmcia netGuillaume Cottenceau2002-03-071-1/+1
| | | | | | adapters supported either with pcmcia.img or network.img (amaury sucks)
* save dhcp_hostname for stage2Guillaume Cottenceau2002-03-051-0/+2
|
* when no net device found, print a msg to tellGuillaume Cottenceau2002-02-181-1/+2
| | | | | | that now most pcmcia network adapters are supported with network.img
* also log server name for HTTP installGuillaume Cottenceau2002-01-071-1/+1
|
* allow unsetting of automatic mode if not enough parameter provided in ↵Guillaume Cottenceau2001-08-241-4/+9
| | | | network steps
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-1/+1
|
* save adsl info for stage2Guillaume Cottenceau2001-06-201-4/+6
|
* don't wait on upping lo interfaceGuillaume Cottenceau2001-06-051-1/+1
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-011-25/+40
| | | | | - get back some code for supporting broken glibc unable to resolve when linked statically
* - better detect when IP is not goodGuillaume Cottenceau2001-05-181-3/+7
| | | | | | - error_msg when netmask seems invalid - don't log too much `guessing netmask'
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-17/+17
| | | | | but rather, try to do some clever things
* fix guess netmaskGuillaume Cottenceau2001-05-151-1/+1
|
* configure_net_device is only used internallyGuillaume Cottenceau2001-05-151-1/+1
|
* Have the wait_message() with the sleep()Guillaume Cottenceau2001-05-141-4/+10
|
* - complies to gethostby functionsGuillaume Cottenceau2001-05-141-20/+23
| | | | | | | | - add sleep(2) so that net intf is really up before operation - more logs - FTP: don't try to close control connection with data socket, erhm :-( - debug netmask guessing, with stdio-frontend
* fix bug that trashes the network config of stage1 during stage2, when no DNS ↵Guillaume Cottenceau2001-04-181-5/+0
| | | | is provided
* for HTTP installs, make use of Content-Length when available, to display ↵Guillaume Cottenceau2001-02-201-3/+5
| | | | progressbar
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-131-18/+42
|
* 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