summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stdio-frontend.c
Commit message (Collapse)AuthorAgeFilesLines
* fix unitialized memory screwing up dialog input (pok, mdv, mga#8729)Thierry Vignaud2013-02-271-1/+1
|
* Revert commit 6430Nicolas Lécureuil2012-11-111-242/+242
|
* Do not mix tabs and spacesNicolas Lécureuil2012-11-091-242/+242
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* 1.52:Thomas Backlund2011-12-061-8/+5
| | | | | | | | - fix build with gcc-4.6.2 * fixes for -Werror=unused-but-set-variable * minor whitespace cleanups
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* simplify using string_array_lengthOlivier Blin2007-08-271-8/+2
|
* implement ask_from_list_index() and drop other ask_from_list() functionsOlivier Blin2007-04-251-8/+2
|
* remove huge unwanted commitOlivier Blin2007-04-251-2/+8
|
* crappy commit (reverted later)Olivier Blin2007-04-251-8/+2
|
* minimal bootsplash stage1 supportPascal Rigaux2004-12-201-4/+4
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* when available, always load usb interface, as soon as possible, should help ↵Guillaume Cottenceau2004-02-171-9/+0
| | | | usb mouse detection in stage2 which otherwise timeouts
* typo from post-rereadingGwenolé Beauchesne2003-06-041-1/+1
|
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-1/+1
| | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes
* don't forget to probe USB for info and error messages as wellGuillaume Cottenceau2003-03-041-0/+2
|
* compile with -WGuillaume Cottenceau2003-02-121-2/+3
|
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-0/+9
| | | | | | | | 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)
* - 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)