| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify since STAGE2_LOCATION is now valid for live installs before pivot_root | Pascal Rigaux | 2004-11-04 | 1 | -5/+2 |
* | STAGE2_LOCATION symlink is now relative instead of absolute | Pascal Rigaux | 2004-11-04 | 1 | -2/+2 |
* | new macro IMAGE_LOCATION_REL | Pascal Rigaux | 2004-11-04 | 1 | -2/+4 |
* | rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTED | Pascal Rigaux | 2004-11-04 | 2 | -4/+4 |
* | create STAGE2_LOCATION symlink if it is not a directory (well more precisely ... | Pascal Rigaux | 2004-11-04 | 1 | -1/+1 |
* | LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/" | Pascal Rigaux | 2004-11-04 | 6 | -11/+18 |
* | cleanup code using kernel_module_extension() | Pascal Rigaux | 2004-11-04 | 1 | -8/+7 |
* | use image_has_stage2() (even if not equivalent for rescue since we now check ... | Pascal Rigaux | 2004-11-04 | 1 | -11/+4 |
* | test_that_cd() is now image_has_stage2() | Pascal Rigaux | 2004-11-04 | 3 | -12/+12 |
* | *** empty log message *** | Pascal Rigaux | 2004-11-04 | 1 | -1/+1 |
* | drop IS_SPECIAL_STAGE2 in favor of IS_RESCUE | Pascal Rigaux | 2004-11-04 | 4 | -22/+6 |
* | create str_ftp_error() | Pascal Rigaux | 2004-11-04 | 3 | -11/+14 |
* | normalize code | Pascal Rigaux | 2004-11-02 | 1 | -2/+4 |
* | rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKX | Pascal Rigaux | 2004-11-02 | 3 | -4/+4 |
* | normalize code | Pascal Rigaux | 2004-11-02 | 1 | -3/+6 |
* | use IMAGE_LOCATION_DIR where it should be | Pascal Rigaux | 2004-11-02 | 2 | -3/+3 |
* | compile less things when MANDRAKE_MOVE is defined | Pascal Rigaux | 2004-11-02 | 7 | -6/+22 |
* | cleanup (remove warning when compiling with MANDRAKE_MOVE defined) | Pascal Rigaux | 2004-11-02 | 1 | -1/+1 |
* | allow ioports on x86_64 too for pcmcia support | Gwenolé Beauchesne | 2004-10-04 | 1 | -1/+1 |
* | allow recovery of MS bootloader on x86 too | Gwenolé Beauchesne | 2004-10-04 | 1 | -3/+7 |
* | (perform_adsl) ppp module doesn't exist, don't try to load it | Olivier Blin | 2004-09-07 | 1 | -1/+0 |
* | fix cancel in disk install | Olivier Blin | 2004-09-02 | 1 | -4/+4 |
* | drop non-standard tld (localdomain) | Olivier Blin | 2004-09-01 | 1 | -1/+1 |
* | (probe_that_type) do not prompt in discovered_device() before loading usb con... | Olivier Blin | 2004-08-16 | 1 | -1/+3 |
* | restart forked process if it exits with exit_value_restart as return | Olivier Blin | 2004-08-12 | 1 | -12/+15 |
* | reorder else if blocks, it's useless to do two times the same test | Olivier Blin | 2004-08-12 | 1 | -5/+5 |
* | use a do while loop to wait for forked process | Olivier Blin | 2004-08-12 | 1 | -5/+2 |
* | typo fix (from Olivier Borowski) | Olivier Blin | 2004-08-09 | 1 | -1/+1 |
* | do not go back to the beginning if no distribution is found in the | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
* | do not go back to the beginning if no distribution is found in the directory | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
* | prefer to use a ramdisk for disk installs | Olivier Blin | 2004-08-04 | 1 | -1/+1 |
* | revert previous commit, that won't work after pivot_root (proc has to | Olivier Blin | 2004-07-30 | 1 | -6/+3 |
* | do not probe usb interface too soon, wait for the Move images to be mounted | Olivier Blin | 2004-07-28 | 1 | -3/+6 |
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 4 | -6/+6 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 70 | -70/+70 |
* | replace "Mandrake Linux" with "Mandrakelinux" | Pascal Rigaux | 2004-07-19 | 1 | -5/+5 |
* | umount nfs directory if an error occurs too | Olivier Blin | 2004-07-13 | 1 | -2/+2 |
* | don't forget to umount ISO images | Olivier Blin | 2004-07-13 | 1 | -3/+9 |
* | it is again stupid to use a ramdisk if the install location isn't | Olivier Blin | 2004-07-13 | 1 | -1/+1 |
* | fix segfault when hostname resolves as weird name without any dot (for | Olivier Blin | 2004-07-13 | 1 | -11/+26 |
* | fix blino fix | Pascal Rigaux | 2004-07-06 | 1 | -2/+2 |
* | add missing slash in Mandrake Move image location | Olivier Blin | 2004-07-06 | 1 | -1/+1 |
* | doing basename is dumb (is blino too?), really make the symlink relative | Pascal Rigaux | 2004-07-06 | 2 | -4/+7 |
* | - when the directory is bad, go back to choose another directory instead of c... | Pascal Rigaux | 2004-07-06 | 1 | -6/+6 |
* | 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 |
* | stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.conf | Pascal Rigaux | 2004-07-01 | 1 | -1/+1 |
* | 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 |