summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/config-stage1.h
Commit message (Collapse)AuthorAgeFilesLines
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* use mirrors.mageia.org/api for mirror listOlivier Blin2011-03-211-2/+2
|
* Do not get mirrorlist from MandrivaPascal Terjan2011-02-071-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* use api.mandriva.com to retrieve mirror list (#29346)Olivier Blin2007-04-251-2/+2
|
* remove huge unwanted commitOlivier Blin2007-04-251-2/+2
|
* crappy commit (reverted later)Olivier Blin2007-04-251-2/+2
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-44/+20
|
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-0/+1
|
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-061-0/+3
| | | | | | | | | | * 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
* move definesOlivier Blin2005-04-181-2/+0
|
* new domain nameOlivier Blin2005-04-151-1/+1
|
* factorize the distrib versionPascal Rigaux2005-01-151-2/+4
|
* major switch from ramdisk to clpPascal Rigaux2004-11-161-3/+14
| | | | | | | | | | | | | - 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-1/+1
|
* - create mount_clp_may_preload() out of handle_clp()Pascal Rigaux2004-11-041-0/+6
| | | | | - rename handle_clp() to handle_move_clp() and simplify its use
* add some commentsPascal Rigaux2004-11-041-0/+7
|
* IMAGE_LOCATION_REAL is better named STAGE2_LOCATION in MOVEPascal Rigaux2004-11-041-1/+1
|
* - STAGE2_LOCATION is unused in MOVEPascal Rigaux2004-11-041-2/+2
| | | | | - IMAGE_LOCATION_REAL is unused in non MOVE
* replace RAW_LOCATION_REL with IMAGE_LOCATION_RELPascal Rigaux2004-11-041-1/+0
| | | | | (the absolute symlink will now be relative, but that's ok here)
* new macro IMAGE_LOCATION_RELPascal Rigaux2004-11-041-2/+4
|
* rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTEDPascal Rigaux2004-11-041-2/+2
| | | | | (since STAGE2_LOCATION_REL is not relative, it's simply absolute when chrooted)
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-1/+2
|
* rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKXPascal Rigaux2004-11-021-1/+1
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-2/+2
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* fix blino fixPascal Rigaux2004-07-061-2/+2
|
* add missing slash in Mandrake Move image locationOlivier Blin2004-07-061-1/+1
|
* doing basename is dumb (is blino too?), really make the symlink relativePascal Rigaux2004-07-061-2/+4
|
* use new product name (Mandrakelinux)Olivier Blin2004-06-101-1/+1
|
* in ftp install, display a mirror list (fetched from ↵Olivier Blin2004-06-081-0/+7
| | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror (next try, I suck Pixel said)
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-9/+12
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* rename MandrakeMove to MandrakemovePascal Rigaux2004-04-261-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-12-011-1/+1
|
* move /image_raw to /cdromGuillaume Cottenceau2003-11-171-2/+2
|
* hack up a warning message when we're in low mem. chosen 120 mbytes, need to ↵Guillaume Cottenceau2003-11-041-0/+1
| | | | be refined later.
* need to handle totem clp at stage1 because it needs to provide /usr directoryGuillaume Cottenceau2003-11-041-0/+1
|
* we need a third CLPGuillaume Cottenceau2003-10-301-0/+1
|
* handle "boot" clp and "main" clp. passing argument "live" can force to not ↵Guillaume Cottenceau2003-10-221-0/+1
| | | | use the clp in favor of live tree.
* support cloop over NFS too. stay flexible enough so that server= parameter ↵Guillaume Cottenceau2003-10-181-0/+1
| | | | can either designate the root of the live tree or the root for the cloop live tree, program will detect automatically both.
* move is cloop stuffGuillaume Cottenceau2003-10-161-0/+1
|
* mandrake-move is cloop stuffGuillaume Cottenceau2003-10-161-1/+2
|
* call move, moveGuillaume Cottenceau2003-10-101-1/+2
|
* boot live_tree! :)Guillaume Cottenceau2003-10-091-1/+1
|
* first attempt of updating stage1 for MandrakeMoveGuillaume Cottenceau2003-10-081-1/+9
|
* ramdisk is enlarging, move the limit from 52 Mb to 68 Mb (it won't work ↵Guillaume Cottenceau2003-02-081-1/+1
| | | | properly in gtk on a box with 64 Mb of memory..)
* have a memory limit also for Rescue (different one)Guillaume Cottenceau2001-07-301-0/+3
|
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-211-1/+1
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* adjust COMPRESSION_RATIO so that last star is printed when last blocks of ↵Guillaume Cottenceau2001-05-081-1/+1
| | | | file are read
* better memory detection (from wonderful drakx)Guillaume Cottenceau2001-02-081-2/+2
|