summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stdio-frontend.c
Commit message (Collapse)AuthorAgeFilesLines
* display more nicely when there is a long list to choose from (1, 2 or 4 columns)Guillaume Cottenceau2001-02-161-5/+31
|
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-131-1/+1
|
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-061-8/+62
| | | | | | | | | | 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
* prevent from trying to set progressbar to more than 100% (rescue is more ↵Guillaume Cottenceau2001-01-301-4/+5
| | | | compressed than drakx)
* - add FTPGuillaume Cottenceau2001-01-111-12/+23
| | | | | | - add HTTP - use single place for mountpoints and static directories
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-3/+11
|
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-1/+1
|
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-1/+1
|
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-1/+5
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-6/+10
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-4/+44
| | | | | | - 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
* blah, don't include my test file in the repositotyGuillaume Cottenceau2000-12-121-7/+6
|
* network devices detection and insmod on user inputGuillaume Cottenceau2000-12-121-7/+0
|
* progressbar for newt+stdio while loading ramdiskGuillaume Cottenceau2000-12-121-0/+31
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-27/+36
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* add stdio frontend (get rid of newt+slang -eq reducing binary by 80 kbytes) ↵Guillaume Cottenceau2000-12-111-0/+172
(40 kbytes for compressed binary)