summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* do not explicitely set INIT_HEADERS to init-libc-headers.h, it already ↵Olivier Blin2007-07-171-5/+2
| | | | defaults to this value in init.c
* fix build of pppoe by using dietlibc termios headerOlivier Blin2007-07-161-1/+1
|
* 1.10Olivier Blin2007-07-161-1/+1
|
* link rescue-gui with params (prepare next commits)Olivier Blin2007-07-051-1/+1
|
* - move parameters functions in params.cOlivier Blin2007-07-051-1/+1
| | | | | - move string/system utility functions in utils.c
* 1.9Pascal Rigaux2007-06-291-1/+1
|
* build pcmcia header only on i386/x86_64 (patch from Pixel, #30668)Olivier Blin2007-05-091-3/+3
|
* 1.8Olivier Blin2007-04-251-1/+1
|
* pass DISTRIB_TYPE when building stage1 (useful to know which mirro list to ↵Olivier Blin2007-04-251-1/+1
| | | | retrieve)
* re-sync after the big svn lossPascal Rigaux2007-04-251-67/+31
|
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-3/+4
|
* fix build on x86_64Thierry Vignaud2005-08-031-1/+1
|
* Fix path of librpc.a now that we use the system's dietlibcRafael Garcia-Suarez2005-05-061-1/+1
|
* use installed dietlibc, not our forked cvs versionPascal Rigaux2005-05-061-11/+2
|
* initial wireless support (needs ESSID, and optionally a WEP key)Olivier Blin2005-04-201-1/+1
|
* pcmcia also works on x86-64 (old 10.1-branch)Gwenolé Beauchesne2005-03-171-0/+8
|
* allow to clean local directory onlyOlivier Blin2005-03-161-1/+3
|
* partition.c is used only in disk installs for nowOlivier Blin2005-03-161-2/+2
|
* don't forget to link with third_party stuffOlivier Blin2005-03-091-1/+1
|
* move partition stuff in partition.c and common disk stuff in tools.cOlivier Blin2005-03-091-1/+1
|
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-5/+17
|
* only prompt for "Additional Drivers floppy" for networkPascal Rigaux2005-01-281-1/+1
|
* include gi/Makefile.config to have DISTRIB_DESCR definedPascal Rigaux2005-01-181-0/+1
|
* factorize the distrib versionPascal Rigaux2005-01-151-3/+1
|
* minimal bootsplash stage1 supportPascal Rigaux2004-12-201-3/+3
|
* major switch from ramdisk to clpPascal Rigaux2004-11-161-3/+3
| | | | | | | | | | | | | - 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
* build init using $(DIET) just like stage2-* (needed for ppc, and nicer),Pascal Rigaux2004-11-121-22/+6
| | | | | unify LDFLAGS_INIT and LDFLAGS_STAGE1
* remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not ↵Pascal Rigaux2004-11-121-6/+2
| | | | | | | used everywhere, and so it was not easy to understand
* drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at the ↵Pascal Rigaux2004-11-121-7/+4
| | | | moment)
* don't use minilibc.h on ppcPascal Rigaux2004-11-121-3/+13
|
* simplify arch dependent config based on dietlibc vs glibc.Pascal Rigaux2004-11-121-18/+5
| | | | | | this patch may be wrong for ppc which now used dietlibc but may prefer init-libc-headers.h over minilibc.h (need testing)
* some defines are not arch dependentPascal Rigaux2004-11-121-6/+7
|
* - no need to build stage1-cdrom nor stage1-network for MOVEPascal Rigaux2004-11-051-7/+3
| | | | | - for stage1-full, no special .c is needed for MOVE
* cleanup (hoist MOVE_ADDSRC in STAGE1SRC)Pascal Rigaux2004-11-051-3/+3
|
* remove duplicates in STAGE1OBJS-FULL, this removes make warningsPascal Rigaux2004-11-051-2/+4
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* define _FILE_OFFSET_BITS=64 so that stat() is large files awareOlivier Blin2004-06-231-1/+1
|
* allow to use ISO images in NFS installOlivier Blin2004-06-211-1/+1
|
* split directory specific functions and move them from disk.c to directory.c ↵Olivier Blin2004-06-211-1/+1
| | | | (will be used in NFS install)
* upgrade distrib versionOlivier Blin2004-06-151-1/+1
|
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-6/+10
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* stage1-disk and stage1-medias-usb are dead alreadyPascal Rigaux2004-05-031-32/+4
|
* clean init-move when cleaningPascal Rigaux2004-04-021-1/+1
|
* 10.0Guillaume Cottenceau2004-02-201-1/+1
|
* stage1-network-usb is deprecatedGuillaume Cottenceau2004-01-221-13/+3
|
* cookrGuillaume Cottenceau2004-01-131-1/+1
|
* handle "boot" clp and "main" clp. passing argument "live" can force to not ↵Guillaume Cottenceau2003-10-221-1/+1
| | | | use the clp in favor of live tree.
* *** empty log message ***Guillaume Cottenceau2003-10-211-1/+1
|
* use pixel's gzloop module rather than cloopGuillaume Cottenceau2003-10-211-1/+7
|
* build move stuff from within move directoryGuillaume Cottenceau2003-10-091-4/+4
|