| Commit message (Expand) | Author | Age | Files | Lines |
* | remove spurious space | Olivier Blin | 2005-03-07 | 1 | -1/+1 |
* | try to reuse hostname and domain information from dhcp step (#14285) | Olivier Blin | 2005-03-07 | 1 | -6/+17 |
* | ask if the http proxy should be used for ftp (#13492) | Olivier Blin | 2005-03-07 | 1 | -4/+13 |
* | don't segault if proxy step is cancelled | Olivier Blin | 2005-03-07 | 1 | -4/+4 |
* | add a dhcp-client built using mdk-stage1 code | Pascal Rigaux | 2005-01-31 | 1 | -1/+1 |
* | create unset_automatic() | Pascal Rigaux | 2004-12-20 | 1 | -5/+5 |
* | fix http directory not starting with a "/" (it was handled for stage1, but no... | Pascal Rigaux | 2004-12-15 | 1 | -1/+1 |
* | major switch from ramdisk to clp | Pascal Rigaux | 2004-11-16 | 1 | -5/+5 |
* | use install/stage2/mdkinst.kernels to check stage2 kernel version instead of ... | Pascal Rigaux | 2004-11-05 | 1 | -6/+19 |
* | LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/" | Pascal Rigaux | 2004-11-04 | 1 | -1/+1 |
* | create str_ftp_error() | Pascal Rigaux | 2004-11-04 | 1 | -11/+3 |
* | normalize code | Pascal Rigaux | 2004-11-02 | 1 | -2/+4 |
* | rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKX | Pascal Rigaux | 2004-11-02 | 1 | -2/+2 |
* | normalize code | Pascal Rigaux | 2004-11-02 | 1 | -3/+6 |
* | use IMAGE_LOCATION_DIR where it should be | Pascal Rigaux | 2004-11-02 | 1 | -1/+1 |
* | compile less things when MANDRAKE_MOVE is defined | Pascal Rigaux | 2004-11-02 | 1 | -2/+4 |
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -1/+1 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
* | umount nfs directory if an error occurs too | Olivier Blin | 2004-07-13 | 1 | -2/+2 |
* | fix segfault when hostname resolves as weird name without any dot (for | Olivier Blin | 2004-07-13 | 1 | -11/+26 |
* | properly handle error return code in nfs install | Olivier Blin | 2004-07-05 | 1 | -0/+2 |
* | rephrase previous patch, with correct indentation this time | Olivier Blin | 2004-07-01 | 1 | -12/+4 |
* | add a slash at beginning of the given directory if not already present (ftp a... | Olivier Blin | 2004-07-01 | 1 | -3/+14 |
* | properly handle "back" behavior in mirror list step | Olivier Blin | 2004-06-29 | 1 | -2/+2 |
* | do not unset automatic if mirror list selection fails, we know it wasn't auto... | Olivier Blin | 2004-06-29 | 1 | -3/+1 |
* | remove http proxy settings from interface structure, that was really dumb | Olivier Blin | 2004-06-29 | 1 | -26/+12 |
* | allow to use a specific ACNAME for pppoe connections | Olivier Blin | 2004-06-29 | 1 | -0/+1 |
* | unset automatic in ftp/http install when ramdisk can't be loaded | Olivier Blin | 2004-06-25 | 1 | -1/+4 |
* | use new http_proxy variables instead of the old answers (not anymore available) | Olivier Blin | 2004-06-25 | 1 | -2/+2 |
* | allow to use ISO images in NFS install | Olivier Blin | 2004-06-21 | 1 | -23/+6 |
* | allow to go back in proxy selection window | Olivier Blin | 2004-06-15 | 1 | -1/+3 |
* | fix return code handling in mirror list selection | Olivier Blin | 2004-06-15 | 1 | -1/+1 |
* | fix typo spotted by John Keller | Olivier Blin | 2004-06-15 | 1 | -2/+2 |
* | redesign to add "Specify the mirror manually" entries in mirror list selection | Olivier Blin | 2004-06-15 | 1 | -51/+85 |
* | move mirror list functions upper | Olivier Blin | 2004-06-14 | 1 | -144/+145 |
* | rename variables for extra cohesion | Olivier Blin | 2004-06-14 | 1 | -7/+7 |
* | fix brown paper bug combo | Olivier Blin | 2004-06-14 | 1 | -7/+7 |
* | always fill proxy fields of interfaces | Olivier Blin | 2004-06-14 | 1 | -3/+3 |
* | do not ask proxy settings if interface wasn't brought up (stupid me) | Olivier Blin | 2004-06-11 | 1 | -6/+7 |
* | add http proxy settings in interface_info struct, and ask them right after th... | Olivier Blin | 2004-06-11 | 1 | -25/+57 |
* | in ftp install, display a mirror list (fetched from http://www.linux-mandrake... | Olivier Blin | 2004-06-08 | 1 | -1/+149 |
* | include missing header for uname | Olivier Blin | 2004-06-08 | 1 | -0/+1 |
* | in ftp install, check that modules for the boot kernel are available in mdkin... | Olivier Blin | 2004-06-08 | 1 | -0/+15 |
* | instead of keeping stage1 (mostly as temporary space but with a fixed size, a... | Pascal Rigaux | 2004-05-13 | 1 | -4/+4 |
* | allow having no DNS by only using the ip callback once, see DNS == IP as a sp... | Guillaume Cottenceau | 2004-01-28 | 1 | -1/+10 |
* | until we haven't loaded the usb interface and the keyboard usb driver, we can... | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+1 |
* | http proxy support for ftp/http install contributed by Olivier Blin <blino at... | Guillaume Cottenceau | 2003-12-22 | 1 | -31/+74 |
* | handle "boot" clp and "main" clp. passing argument "live" can force to not us... | Guillaume Cottenceau | 2003-10-22 | 1 | -1/+1 |
* | support cloop over NFS too. stay flexible enough so that server= parameter ca... | Guillaume Cottenceau | 2003-10-18 | 1 | -1/+1 |
* | boot live_tree! :) | Guillaume Cottenceau | 2003-10-09 | 1 | -0/+4 |