summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/directory.c
Commit message (Expand)AuthorAgeFilesLines
* 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