summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/newt-frontend.c
Commit message (Collapse)AuthorAgeFilesLines
* fix unitialized memory screwing up dialog input (pok, mdv, mga#8729)Thierry Vignaud2013-02-271-1/+1
|
* link against system libraries for newt & slang too (from mdv)Thierry Vignaud2012-06-011-2/+2
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* Define _GNU_SOURCE for asprintfPascal Terjan2009-02-031-0/+1
|
* space-pad top line with spaces to the right (like help message)Olivier Blin2008-02-281-1/+3
|
* add a space in front of top line (like help message)Olivier Blin2008-02-281-4/+6
|
* enlarge ask_from_list array size to match list_directory()Olivier Blin2007-08-271-1/+1
|
* implement ask_from_list_index() and drop other ask_from_list() functionsOlivier Blin2007-04-251-37/+21
|
* remove huge unwanted commitOlivier Blin2007-04-251-21/+37
|
* crappy commit (reverted later)Olivier Blin2007-04-251-37/+21
|
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-2/+4
|
* minimal bootsplash stage1 supportPascal Rigaux2004-12-201-3/+3
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* when available, always load usb interface, as soon as possible, should help ↵Guillaume Cottenceau2004-02-171-10/+0
| | | | usb mouse detection in stage2 which otherwise timeouts
* don't forget to probe USB for info and error messages as wellGuillaume Cottenceau2003-03-041-0/+2
|
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-0/+10
| | | | | | | | 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)
* compile with -WGuillaume Cottenceau2002-07-031-1/+1
|
* english fix thx to till & philGuillaume Cottenceau2002-03-071-1/+1
|
* - 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
* Use Yahve quotingGuillaume Cottenceau2001-07-251-0/+2
|
* very nice things happen when you hardcode arrays to a too small valueGuillaume Cottenceau2001-07-041-1/+1
|
* axalon sucks, we can have NEWT_FLAG_PASSWORD that will show us '**' for ↵Guillaume Cottenceau2001-06-111-1/+1
| | | | passwords
* refresh newt when newt comes up, so if dialogues delay to appear we're not ↵Guillaume Cottenceau2001-06-061-0/+1
| | | | with a blank screen
* use Axalon patch to hide passwords (highly rewritten..)Guillaume Cottenceau2001-05-281-1/+1
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-25/+6
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-11/+12
|
* allow wait_message calls to be multi-linesGuillaume Cottenceau2001-05-151-8/+13
|
* i can compile slang and newt with dietlibc nowGuillaume Cottenceau2001-05-141-1/+1
|
* Provide some description of the driversGuillaume Cottenceau2001-04-301-5/+8
|
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-131-2/+123
|
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-061-2/+10
| | | | | | | | | | 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-1/+2
| | | | compressed than drakx)
* - add FTPGuillaume Cottenceau2001-01-111-16/+45
| | | | | | - add HTTP - use single place for mountpoints and static directories
* use a #define for Linux-Mandrake following fclara's requireGuillaume Cottenceau2000-12-221-1/+1
|
* add disk install supportGuillaume Cottenceau2000-12-181-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
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-0/+32
| | | | | | - 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-0/+30
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-4/+16
| | | | | | - 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-1/+1
| | | | (40 kbytes for compressed binary)
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-1/+1
| | | | | | adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices
* mdk-stage1 can now run the Install from CDROMGuillaume Cottenceau2000-12-081-0/+13
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+149
soon will launch the stage2