summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/tools.c
Commit message (Collapse)AuthorAgeFilesLines
* 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