summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Corporate Server 2.1.1 releasetopic/Corpo_2_1Nicolas Planel2003-10-291-34/+70
|
* tag version as 9.0Guillaume Cottenceau2002-09-101-1/+1
|
* stage1 version s/8.2/cooker/Guillaume Cottenceau2002-07-191-1/+1
|
* adapt to gcc-3.1Guillaume Cottenceau2002-05-131-1/+1
|
* version 8.2Guillaume Cottenceau2002-02-261-1/+1
|
* ensure errors propagatePascal Rigaux2002-01-251-1/+1
|
* - fix problems with sockets not initialized (disablingGuillaume Cottenceau2001-12-051-2/+2
| | | | | | | hotplug support -> cardmgr handles sockets) - fix problems with PCMCIA net adapters now using PCI modules, by adding PCMCIA base code in `network.img'
* support install from USB CDROMS (using usb-storage)Guillaume Cottenceau2001-12-041-12/+11
|
* migrate to pcmcia support from kernel, patching untouched importedGuillaume Cottenceau2001-11-211-2/+2
| | | | | | sources from pcmcia-cs-3.1.29, to ease further updates of vendor code (start from a clean pcmcia_ subdir)
* - add a GUI to the rescueGuillaume Cottenceau2001-10-241-0/+4
| | | | | | | - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types
* 8.1 -> cookerGuillaume Cottenceau2001-10-081-1/+1
|
* version is 8.1Guillaume Cottenceau2001-09-221-1/+1
|
* back to using a reduced form of mkinitrd_helper for mkinitrd (onlyGuillaume Cottenceau2001-09-141-2/+1
| | | | | to provide a dietlibc-enabled static insmod)
* add support for install from USB Network AdaptersGuillaume Cottenceau2001-07-031-4/+22
|
* defaults to not spawn shellGuillaume Cottenceau2001-06-211-3/+3
|
* change handling of .depend in MakefileGuillaume Cottenceau2001-06-111-8/+8
|
* have adsl pppoe installation availableGuillaume Cottenceau2001-06-111-1/+1
|
* use -FULL postfix for common .c files targetting stage1-fullGuillaume Cottenceau2001-06-011-8/+12
|
* - allow build on ia64Matthias Badaire2001-05-301-4/+30
| | | | | | - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-4/+1
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-0/+3
|
* 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