summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
Commit message (Collapse)AuthorAgeFilesLines
* kill long dead argumentThierry Vignaud2013-03-231-1/+1
| | | | the "Additional Drivers floppy" is long dead
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-1/+1
|
* fix unitialized memory screwing up dialog input (pok, mdv, mga#8729)Thierry Vignaud2013-02-271-3/+3
|
* (ftp_prepare) retry with FTP instead of HTTP when there's no proxy andThierry Vignaud2012-09-071-1/+4
| | | | | | | user didn't provided the architecture in the URL (small issue introduced in commit r2774 on 2012-01-23, was: "(ftp_prepare) try arched directory for FTP installs too...")
* (ftp_prepare,http_prepare) fix URL passed to stage2 when user didn'tThierry Vignaud2012-09-071-3/+14
| | | | provide the arch in the install path (mga#6823)
* (http_prepare) s/ftp_prepare/http_prepare/Thierry Vignaud2012-09-031-1/+1
| | | | as spoted on 2012-01-23, but branch never got branched
* do not advice long dead pcmcia.img & network.img images (mga#5466)Thierry Vignaud2012-04-261-2/+1
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* (ftp_prepare) try arched directory for FTP installs too...Thierry Vignaud2012-01-231-0/+10
|
* (http_prepare) try to use arch-prefixed location for HTTP installs (mga#2578)Thierry Vignaud2012-01-231-0/+11
|
* fix retrieving mirrorlist, broken in 1.53Olivier Blin2011-12-191-1/+1
|
* (choose_mirror_from_list) display distro name in mirror list too (#191)Thierry Vignaud2011-12-141-2/+2
|
* - try to handle the built-in module case before trying to load a module.Arnaud Patard2011-03-181-2/+10
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* really ask dhcp domain if not guessedOlivier Blin2008-03-201-1/+1
|
* do not allow to choose outdated cooker mirror list (#37278)Olivier Blin2008-03-181-1/+1
|
* make dhcp the first choice (instead of static) in the network type menuOlivier Blin2008-02-281-2/+2
|
* use mirrors with type=distrib only (skip both type=iso and type=updates, #34912)Olivier Blin2007-10-231-2/+2
|
* include stage1.h earlier so that _GNU_SOURCE and strndup are definedOlivier Blin2007-08-271-3/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
| | | | | - move string/system utility functions in utils.c
* use full buffer size when snprintfing (gb)Olivier Blin2007-04-251-1/+1
|
* use api.mandriva.com to retrieve mirror list (#29346)Olivier Blin2007-04-251-115/+80
|
* remove huge unwanted commitOlivier Blin2007-04-251-82/+118
|
* crappy commit (reverted later)Olivier Blin2007-04-251-118/+82
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-53/+52
|
* Fix minor memory leakRafael Garcia-Suarez2006-02-151-0/+1
|
* add some log message about interface auto detectionOlivier Blin2005-09-131-0/+1
|
* mirror list support for http methodOlivier Blin2005-09-071-0/+10
|
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-0/+25
|
* do not crash if automatic mode isn't usedOlivier Blin2005-07-291-1/+1
|
* don't corrupt the choice variableOlivier Blin2005-07-281-2/+1
|
* fix indentationOlivier Blin2005-07-281-10/+10
|
* if interface is "auto", try to detect the first interface with a link beatOlivier Blin2005-07-221-0/+47
|
* write DHCP_HOSTNAME in /tmp/ifcfg-* file instead of /tmp/networkOlivier Blin2005-06-031-5/+4
|
* domain name is already in /etc/resolv.conf (and stage2 reads this file too), ↵Olivier Blin2005-06-031-2/+0
| | | | don't write it in /tmp/network
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-061-3/+3
| | | | | | | | | | * more casts signed<->unsigned types * make choose_iso_in_directory()'s return type "void" * change order of .h files in network.c so strndup is included correctly * newt: initialize some variables properly * compile pcmcia and ppp with -Wno-deprecated-declarations, since they use deprecated types such as u_int32_t
* always initialize proxy settingsOlivier Blin2005-04-261-0/+3
|
* fix typoOlivier Blin2005-04-261-1/+1
|
* initial wireless support (needs ESSID, and optionally a WEP key)Olivier Blin2005-04-201-3/+14
|
* move definesOlivier Blin2005-04-181-0/+3
|
* rephrase message (#14813)Olivier Blin2005-03-211-1/+1
|
* remove spurious spaceOlivier Blin2005-03-071-1/+1
|
* try to reuse hostname and domain information from dhcp step (#14285)Olivier Blin2005-03-071-6/+17
|
* ask if the http proxy should be used for ftp (#13492)Olivier Blin2005-03-071-4/+13
|
* don't segault if proxy step is cancelledOlivier Blin2005-03-071-4/+4
|
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-1/+1
|
* create unset_automatic()Pascal Rigaux2004-12-201-5/+5
|
* fix http directory not starting with a "/" (it was handled for stage1, but ↵Pascal Rigaux2004-12-151-1/+1
| | | | not for URLPREFIX given to stage2)
* major switch from ramdisk to clpPascal Rigaux2004-11-161-5/+5
| | | | | | | | | | | | | - mdkinst_stage2.bz2 is now mdkinst.clp - rescue_stage2.bz2 is now rescue.clp - make_mdkinst_stage2 is now mdkinst_stage2_tool (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp) - all stage1 images now need cryptoloop & gzloop - the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD) (for http & ftp, it *must* be preloaded) - we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster - function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
* use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ↵Pascal Rigaux2004-11-051-6/+19
| | | | install/stage2/live/lib/modules.cz-xxx