summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/frontend.h
Commit message (Collapse)AuthorAgeFilesLines
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* add ask_from_list_index() prototypeOlivier Blin2007-04-251-0/+1
|
* remove huge unwanted commitOlivier Blin2007-04-251-1/+0
|
* crappy commit (reverted later)Olivier Blin2007-04-251-0/+1
|
* minimal bootsplash stage1 supportPascal Rigaux2004-12-201-0/+10
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-0/+6
| | | | | | | | | - 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
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-1/+0
| | | | | | | | 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/+2
| | | | | | | - 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
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-4/+7
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-4/+10
|
* use some help with __attribute__Guillaume Cottenceau2001-03-181-3/+3
|
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-131-1/+1
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-0/+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-0/+4
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-1/+2
| | | | | | - 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-2/+2
| | | | (40 kbytes for compressed binary)
* mdk-stage1 can now run the Install from CDROMGuillaume Cottenceau2000-12-081-0/+1
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+34
soon will launch the stage2