summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.c
Commit message (Collapse)AuthorAgeFilesLines
...
* try to detect regular floppy drivesGuillaume Cottenceau2004-02-121-0/+22
|
* floppy_device returns first floppy device, look for medias first in case of ↵Guillaume Cottenceau2004-02-101-1/+13
| | | | usb floppies (maybe ide floppies also? never tested) then regular floppy drive
* 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 ↵Guillaume Cottenceau2003-10-221-1/+2
| | | | use the clp in favor of live tree.
* 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
| | | | | | | | detection are done only when no ide cdrom with mandrake install is detected (speed up), have usb keyboard modules installed before any interactive question, honour "noauto" (skip usb detection and insmod'ing)
* 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
| | | | | - add "updatemodules" feature
* do not set root=/dev/ram3 from my code anymore, expect the bootloader to set ↵Guillaume Cottenceau2001-06-111-1/+1
| | | | the parameter correctly
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-4/+4
| | | | | but rather, try to do some clever things
* no need to poll() for data at beginning of load_ramdisk_fd, it was a fix of ↵Guillaume Cottenceau2001-05-141-10/+0
| | | | another problem (bug with file stdio operations with sockets in dietlibc)
* minor fixGuillaume Cottenceau2001-05-081-1/+0
|
* needs to poll() for available data before loading ramdisk because ftp ↵Guillaume Cottenceau2001-05-081-0/+13
| | | | transfers would fail in some situations
* 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
| | | | | | - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init"
* - 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 ↵Guillaume Cottenceau2001-02-071-26/+57
| | | | | | | interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-061-1/+1
| | | | | | | | | | mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files
* - use bzlib instead of zlib to reduce overall sizeGuillaume Cottenceau2001-01-261-15/+19
| | | | | - take home my own bzlib code to (1) reduce code size with good compile options (2) make it compile and link against dietlibc
* - add load of third party modules in Expert mode (PS rulz)Guillaume Cottenceau2001-01-121-0/+21
|
* - add FTPGuillaume Cottenceau2001-01-111-30/+93
| | | | | | - add HTTP - use single place for mountpoints and static directories
* 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
| | | | | | - 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
* progressbar for newt+stdio while loading ramdiskGuillaume Cottenceau2000-12-121-7/+11
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-4/+18
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-0/+177
| | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+71
soon will launch the stage2