summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/directory.c
Commit message (Expand)AuthorAgeFilesLines
* kill dead emailsThierry Vignaud2012-01-271-2/+2
* mandrake is now mandrivaThierry Vignaud2009-03-061-3/+3
* - if you give nfs directory xxx, try to use xxx/ARCHPascal Rigaux2007-09-051-4/+1
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
* re-sync after the big svn lossPascal Rigaux2007-04-251-20/+10
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-061-2/+2
* enlarge directory listOlivier Blin2005-04-151-2/+2
* new option "keepmounted" to allow the rescue media to be kept mountedPascal Rigaux2005-02-281-1/+1
* fix using the mirror tree when there is an iso at the root of the mirror but ...Pascal Rigaux2005-02-181-0/+2
* major switch from ramdisk to clpPascal Rigaux2004-11-161-51/+25
* RAMDISK_LOCATION_REL is a better name than RAMDISK_LOCATIONPascal Rigaux2004-11-051-2/+2
* create choose_iso_in_directory() out of try_with_directory()Pascal Rigaux2004-11-051-62/+69
* LIVE_LOCATION_REL doesn't exist anymore in MOVEPascal Rigaux2004-11-041-1/+5
* more commentPascal Rigaux2004-11-041-0/+1
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-3/+3
* use image_has_stage2() (even if not equivalent for rescue since we now check ...Pascal Rigaux2004-11-041-11/+4
* drop IS_SPECIAL_STAGE2 in favor of IS_RESCUEPascal Rigaux2004-11-041-2/+2
* cleanup (remove warning when compiling with MANDRAKE_MOVE defined)Pascal Rigaux2004-11-021-1/+1
* typo fix (from Olivier Borowski)Olivier Blin2004-08-091-1/+1
* do not go back to the beginning if no distribution is found in theOlivier Blin2004-08-051-1/+1
* do not go back to the beginning if no distribution is found in the directoryOlivier Blin2004-08-051-1/+1
* prefer to use a ramdisk for disk installsOlivier Blin2004-08-041-1/+1
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* don't forget to umount ISO imagesOlivier Blin2004-07-131-3/+9
* it is again stupid to use a ramdisk if the install location isn'tOlivier Blin2004-07-131-1/+1
* doing basename is dumb (is blino too?), really make the symlink relativePascal Rigaux2004-07-061-2/+3
* variable declaration fixes (spotted by neofutur)Olivier Blin2004-06-291-1/+1
* fix typoOlivier Blin2004-06-251-1/+1
* do not use ramdisk in nfs installOlivier Blin2004-06-251-1/+2
* add missing include for basename()Olivier Blin2004-06-251-0/+1
* use relative symlink to image location in disk/nfs install, to have a working...Olivier Blin2004-06-251-1/+1
* revert the workaround on stat() now that it works on large filesOlivier Blin2004-06-231-6/+5
* workaround the fact that stat() fails on large files (like DVD ISO images)Olivier Blin2004-06-211-5/+6
* add log message when using directory as a mirror treeOlivier Blin2004-06-211-0/+1
* split directory specific functions and move them from disk.c to directory.c (...Olivier Blin2004-06-211-0/+189