summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/directory.c
Commit message (Collapse)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
| | | | | | | - handle cdroms with and without ARCH at the root and factorize the code into create_IMAGE_LOCATION()
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
| | | | | - move string/system utility functions in utils.c
* 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
| | | | | | | | | | * 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
* 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
| | | | we don't use it (or can't use it)
* major switch from ramdisk to clpPascal Rigaux2004-11-161-51/+25
| | | | | | | | | | | | | - 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
* 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
| | | | the stage2 stuff instead, but it should do)
* 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
| | | | | directory (second fix)
* 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
| | | | | mounted by loopback
* 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 ↵Olivier Blin2004-06-251-1/+1
| | | | working stage2
* 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
(will be used in NFS install)