summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Collapse)AuthorAgeFilesLines
...
* properly handle "back" behavior in mirror list stepOlivier Blin2004-06-291-2/+2
|
* do not unset automatic if mirror list selection fails, we know it wasn't ↵Olivier Blin2004-06-291-3/+1
| | | | automatic at that point
* remove http proxy settings from interface structure, that was really dumbOlivier Blin2004-06-291-26/+12
|
* allow to use a specific ACNAME for pppoe connectionsOlivier Blin2004-06-291-0/+1
|
* unset automatic in ftp/http install when ramdisk can't be loadedOlivier Blin2004-06-251-1/+4
|
* use new http_proxy variables instead of the old answers (not anymore available)Olivier Blin2004-06-251-2/+2
|
* allow to use ISO images in NFS installOlivier Blin2004-06-211-23/+6
|
* allow to go back in proxy selection windowOlivier Blin2004-06-151-1/+3
|
* fix return code handling in mirror list selectionOlivier Blin2004-06-151-1/+1
|
* fix typo spotted by John KellerOlivier Blin2004-06-151-2/+2
|
* redesign to add "Specify the mirror manually" entries in mirror list selectionOlivier Blin2004-06-151-51/+85
|
* move mirror list functions upperOlivier Blin2004-06-141-144/+145
|
* rename variables for extra cohesionOlivier Blin2004-06-141-7/+7
|
* fix brown paper bug comboOlivier Blin2004-06-141-7/+7
|
* always fill proxy fields of interfacesOlivier Blin2004-06-141-3/+3
|
* do not ask proxy settings if interface wasn't brought up (stupid me)Olivier Blin2004-06-111-6/+7
|
* add http proxy settings in interface_info struct, and ask them right after ↵Olivier Blin2004-06-111-25/+57
| | | | the interface is up, so that they can be used to fetch the mirror list
* in ftp install, display a mirror list (fetched from ↵Olivier Blin2004-06-081-1/+149
| | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror
* include missing header for unameOlivier Blin2004-06-081-0/+1
|
* in ftp install, check that modules for the boot kernel are available in ↵Olivier Blin2004-06-081-0/+15
| | | | mdkinst live location (they won't be used by the installer, but if they aren't here, they probably won't be in the mdkinst tarball)
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-4/+4
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* allow having no DNS by only using the ip callback once, see DNS == IP as a ↵Guillaume Cottenceau2004-01-281-1/+10
| | | | special case, don't do DNS calls when no DNS is configured to avoid timeouts
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-1/+1
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* http proxy support for ftp/http install contributed by Olivier Blin <blino ↵Guillaume Cottenceau2003-12-221-31/+74
| | | | at mandrake.org>
* handle "boot" clp and "main" clp. passing argument "live" can force to not ↵Guillaume Cottenceau2003-10-221-1/+1
| | | | use the clp in favor of live tree.
* support cloop over NFS too. stay flexible enough so that server= parameter ↵Guillaume Cottenceau2003-10-181-1/+1
| | | | can either designate the root of the live tree or the root for the cloop live tree, program will detect automatically both.
* boot live_tree! :)Guillaume Cottenceau2003-10-091-0/+4
|
* when detected too little memory in ftp/http, inform user that he/she may try ↵Guillaume Cottenceau2003-02-131-2/+2
| | | | an nfs install
* indentGuillaume Cottenceau2003-02-081-2/+2
|
* don't save hostname if intf->boot_proto == BOOTPROTO_DHCPDamien Chaumette2003-01-311-1/+1
|
* gcsuxGuillaume Cottenceau2002-12-031-1/+1
|
* try to not save the hostname answered by the dhcp serverGuillaume Cottenceau2002-09-261-2/+3
|
* 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