summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.c
Commit message (Expand)AuthorAgeFilesLines
...
* floppy_device returns first floppy device, look for medias first in case of u...Guillaume Cottenceau2004-02-101-1/+13
* try to use asprintf a bit (hope it doesn't segfault too much)Guillaume Cottenceau2003-12-221-0/+17
* 2.6 kernel supportGuillaume Cottenceau2003-12-181-0/+11
* live boot option is deprecatedGuillaume Cottenceau2003-11-201-1/+0
* *** empty log message ***Guillaume Cottenceau2003-10-311-1/+1
* save /etc/resolv.conf in move modeGuillaume Cottenceau2003-10-311-28/+50
* add debugstage1 option to help debugging when stage1 can't launch stage2Guillaume Cottenceau2003-10-301-0/+1
* file_sizeGuillaume Cottenceau2003-10-221-7/+13
* handle "boot" clp and "main" clp. passing argument "live" can force to not us...Guillaume Cottenceau2003-10-221-1/+2
* first attempt of updating stage1 for MandrakeMoveGuillaume Cottenceau2003-10-081-0/+9
* recoveryGuillaume Cottenceau2003-09-101-0/+1
* put dhcp bootfile under netauto parameterGuillaume Cottenceau2003-04-141-0/+1
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-0/+1
* enable install from Compaq Smart ArrayGuillaume Cottenceau2001-08-241-0/+5
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-1/+1
* say that it's a data read error, when we can't load the ramdiskGuillaume Cottenceau2001-08-071-1/+3
* have a memory limit also for Rescue (different one)Guillaume Cottenceau2001-07-301-2/+2
* - add "changedisk" featureGuillaume Cottenceau2001-07-261-0/+2
* do not set root=/dev/ram3 from my code anymore, expect the bootloader to set ...Guillaume Cottenceau2001-06-111-1/+1
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-4/+4
* no need to poll() for data at beginning of load_ramdisk_fd, it was a fix of a...Guillaume Cottenceau2001-05-141-10/+0
* minor fixGuillaume Cottenceau2001-05-081-1/+0
* needs to poll() for available data before loading ramdisk because ftp transfe...Guillaume Cottenceau2001-05-081-0/+13
* Provide some description of the driversGuillaume Cottenceau2001-04-301-0/+13
* - fix "init" on ppc (do not use minilibc on non-i386 arch's)Guillaume Cottenceau2001-02-211-2/+2
* - save /etc/resolv.conf for rescueGuillaume Cottenceau2001-02-131-5/+42
* better memory detection (from wonderful drakx)Guillaume Cottenceau2001-02-081-30/+8
* - use description of network cards when you have to select between interfaces...Guillaume Cottenceau2001-02-071-26/+57
* - slighty change the message when exiting successfully from install, to not m...Guillaume Cottenceau2001-02-061-1/+1
* - use bzlib instead of zlib to reduce overall sizeGuillaume Cottenceau2001-01-261-15/+19
* - add load of third party modules in Expert mode (PS rulz)Guillaume Cottenceau2001-01-121-0/+21
* - add FTPGuillaume Cottenceau2001-01-111-30/+93
* do not need malloc padding anymore since dietlibc malloc is fixed nowGuillaume Cottenceau2001-01-051-2/+0
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-1/+4
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-2/+5
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-19/+20
* - network/nfs worksGuillaume Cottenceau2000-12-161-7/+12
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-1/+1
* progressbar for newt+stdio while loading ramdiskGuillaume Cottenceau2000-12-121-7/+11
* - add pci probing featureGuillaume Cottenceau2000-12-121-4/+18
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-0/+177
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+71