summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libresolv deprecated in GLIBCGuillaume Cottenceau2001-05-151-1/+1
|
* have stage1-full with pcmcia also compile with dietlibc, cool!Guillaume Cottenceau2001-05-151-4/+6
|
* i can compile slang and newt with dietlibc nowGuillaume Cottenceau2001-05-141-12/+7
|
* every targets build with dietlibcGuillaume Cottenceau2001-05-141-17/+17
|
* Provide some description of the driversGuillaume Cottenceau2001-04-301-1/+8
|
* version is labelled "cooker"Guillaume Cottenceau2001-04-241-1/+1
|
* 8.0rc -> 8.0Guillaume Cottenceau2001-04-091-1/+1
|
* 8.0beta -> 8.0rcGuillaume Cottenceau2001-04-091-1/+1
|
* write down mkinitrd_helperGuillaume Cottenceau2001-03-161-0/+11
|
* fix includes for initGuillaume Cottenceau2001-03-061-2/+2
|
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-221-7/+13
|
* have "init" compiled against dietlibc (rather than glibc) on non-Intel arch'sGuillaume Cottenceau2001-02-221-4/+5
|
* - fix "init" on ppc (do not use minilibc on non-i386 arch's)Guillaume Cottenceau2001-02-211-6/+11
| | | | | | - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init"
* tag it 8.0beta instead of 8.0, to avoid future potential confusionsGuillaume Cottenceau2001-02-121-1/+1
|
* tag VERSION as 8.0 since stage2 graphics now show 8.0Guillaume Cottenceau2001-02-071-1/+1
|
* - use bzlib instead of zlib to reduce overall sizeGuillaume Cottenceau2001-01-261-9/+7
| | | | | - take home my own bzlib code to (1) reduce code size with good compile options (2) make it compile and link against dietlibc
* stage1: add pcmciaGuillaume Cottenceau2001-01-241-22/+11
|
* - add DISK install from ISO image fileGuillaume Cottenceau2001-01-111-1/+1
|
* - add FTPGuillaume Cottenceau2001-01-111-1/+1
| | | | | | - add HTTP - use single place for mountpoints and static directories
* - add dhcpGuillaume Cottenceau2001-01-081-1/+1
| | | | | - save network information for stage2
* fix many dependenciesGuillaume Cottenceau2001-01-061-15/+15
| | | | | include .depend stuff
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-42/+43
|
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-1/+1
|
* add disk install supportGuillaume Cottenceau2000-12-181-1/+1
|
* mdk-stage1 produces the boot images in CookerGuillaume Cottenceau2000-12-181-6/+6
|
* polish for integration into cookerGuillaume Cottenceau2000-12-181-1/+1
|
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-1/+1
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-1/+1
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-17/+65
| | | | | | - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured
* - add pci probing featureGuillaume Cottenceau2000-12-121-4/+10
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* add stdio frontend (get rid of newt+slang -eq reducing binary by 80 kbytes) ↵Guillaume Cottenceau2000-12-111-4/+17
| | | | (40 kbytes for compressed binary)
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-1/+4
| | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices
* mdk-stage1 can now run the Install from CDROMGuillaume Cottenceau2000-12-081-1/+1
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-10/+13
| | | | | soon will launch the stage2
* first draftGuillaume Cottenceau2000-11-211-22/+26
|
* first draft for init and minilibcGuillaume Cottenceau2000-11-201-0/+118