summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stdio-frontend.c
Commit message (Collapse)AuthorAgeFilesLines
* - add a GUI to the rescueGuillaume Cottenceau2001-10-241-0/+4
| | | | | | | - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types
* small fixGuillaume Cottenceau2001-10-191-0/+1
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-25/+8
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-11/+12
|
* fix minor stuffGuillaume Cottenceau2001-05-081-10/+32
| | | | | re-include correct layout for [] choices, in a smaller way than before
* nicer layout for progressbar and statusreport, when update_progressionGuillaume Cottenceau2001-04-301-6/+6
|
* Provide some description of the driversGuillaume Cottenceau2001-04-301-57/+21
|
* - do not print warning when we are in AUTOMATIC and insmod failed because of ↵Guillaume Cottenceau2001-04-061-1/+1
| | | | | | | | file-not-found in mar file (raid cards, etc) - print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs
* handle left and right arrow keys, in editing ask_from_entries in stdio modeGuillaume Cottenceau2001-03-171-7/+46
|
* 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)