summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Collapse)AuthorAgeFilesLines
...
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-1/+1
|
* create str_ftp_error()Pascal Rigaux2004-11-041-11/+3
|
* normalize codePascal Rigaux2004-11-021-2/+4
|
* rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKXPascal Rigaux2004-11-021-2/+2
|
* normalize codePascal Rigaux2004-11-021-3/+6
|
* use IMAGE_LOCATION_DIR where it should bePascal Rigaux2004-11-021-1/+1
|
* compile less things when MANDRAKE_MOVE is definedPascal Rigaux2004-11-021-2/+4
| | | | | (needed so that future commits can restrict define's in config-stage1.h)
* adapt to new directories layout:Pascal Rigaux2004-07-261-1/+1
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* umount nfs directory if an error occurs tooOlivier Blin2004-07-131-2/+2
|
* fix segfault when hostname resolves as weird name without any dot (forOlivier Blin2004-07-131-11/+26
| | | | | | example 24.159.64.20 resolves as TN-JACKSN-NR1) and abort domain name guess in this case
* properly handle error return code in nfs installOlivier Blin2004-07-051-0/+2
|
* rephrase previous patch, with correct indentation this timeOlivier Blin2004-07-011-12/+4
|
* add a slash at beginning of the given directory if not already present (ftp ↵Olivier Blin2004-07-011-3/+14
| | | | and http install)
* 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)