summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V9_1_25mdk'.V9_1_25mdkMystery Man2003-03-151-469/+0
* do not detect/configure pcmcia stuff when "noauto" paramGuillaume Cottenceau2002-10-021-1/+2
* extend a bit fatal error when trying to executeGuillaume Cottenceau2002-07-161-0/+1
* compile with -WGuillaume Cottenceau2002-07-031-3/+9
* english fixes thx to vincent meyerGuillaume Cottenceau2002-06-031-2/+2
* support "filename" in DHCP answers and give thisGuillaume Cottenceau2001-12-111-0/+5
* add another expert_third_party_modules at the end of enabling-pcmcia-stuffGuillaume Cottenceau2001-11-291-0/+3
* migrate to pcmcia support from kernel, patching untouched importedGuillaume Cottenceau2001-11-211-3/+17
* hd.img now detects partition types... backport from DrakX :-)Guillaume Cottenceau2001-09-241-1/+1
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-1/+1
* have a memory limit also for Rescue (different one)Guillaume Cottenceau2001-07-301-0/+7
* pass "--blank" to DrakX when module loading is disabledGuillaume Cottenceau2001-07-261-0/+2
* - add "changedisk" featureGuillaume Cottenceau2001-07-261-0/+7
* do not set root=/dev/ram3 from my code anymore, expect the bootloader to set ...Guillaume Cottenceau2001-06-111-10/+1
* exit when exec fails after fork, i don't want two stage1 processes!Guillaume Cottenceau2001-06-051-0/+1
* minor fixGuillaume Cottenceau2001-06-011-1/+1
* - allow build on ia64Matthias Badaire2001-05-301-0/+1
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-15/+25
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-3/+28
* a bit of size reduction plus some language changeGuillaume Cottenceau2001-05-151-3/+3
* blurkGuillaume Cottenceau2001-05-151-1/+1
* we don't use this sucking sash no moreGuillaume Cottenceau2001-05-141-5/+5
* stage1.c: fix for rescue image PPCStew Benedict2001-03-191-1/+1
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-221-1/+1
* try to print errno's stuff when symlink to /tmp/stage2 failedGuillaume Cottenceau2001-02-191-2/+4
* use exit code 66 for rescueGuillaume Cottenceau2001-02-131-2/+2
* better console messages at startupGuillaume Cottenceau2001-02-131-4/+4
* - use description of network cards when you have to select between interfaces...Guillaume Cottenceau2001-02-071-4/+67
* - slighty change the message when exiting successfully from install, to not m...Guillaume Cottenceau2001-02-061-1/+1
* restore passing of pcmcia info to stage2Guillaume Cottenceau2001-01-261-6/+10
* - mdk-stage1: now linux-2.4 uses floppy.o to access floppy drivesGuillaume Cottenceau2001-01-251-2/+4
* stage1: add pcmciaGuillaume Cottenceau2001-01-241-0/+27
* consistent dot-terminated error messages, consistent no-dot log messagesGuillaume Cottenceau2001-01-221-2/+2
* fix remaining perror'sGuillaume Cottenceau2001-01-211-1/+1
* - better msg in fatal errorsGuillaume Cottenceau2001-01-211-1/+3
* - add load of third party modules in Expert mode (PS rulz)Guillaume Cottenceau2001-01-121-2/+61
* polish generic blank.img situation (no modules and/or modules.dep available)Guillaume Cottenceau2001-01-111-2/+1
* continue anyway when insmod'ing of modules fail (for blank.img)Guillaume Cottenceau2001-01-111-1/+1
* - add FTPGuillaume Cottenceau2001-01-111-3/+5
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-2/+2
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-1/+1
* add disk install supportGuillaume Cottenceau2000-12-181-2/+2
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-10/+1
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-17/+19
* - network/nfs worksGuillaume Cottenceau2000-12-161-0/+3
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-4/+33
* - add pci probing featureGuillaume Cottenceau2000-12-121-2/+15
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-81/+24
* mdk-stage1 can now run the Install from CDROMGuillaume Cottenceau2000-12-081-4/+25
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-38/+142