summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.h
Commit message (Collapse)AuthorAgeFilesLines
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-0/+2
| | | | | | | | 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)
* support "filename" in DHCP answers and give thisGuillaume Cottenceau2001-12-111-0/+1
| | | | | to stage2 as --kickstart parameter
* - add "changedisk" featureGuillaume Cottenceau2001-07-261-0/+4
| | | | | - add "updatemodules" feature
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-1/+3
| | | | | but rather, try to do some clever things
* have a 100% independence between UI stuff and code from stage1Guillaume Cottenceau2001-05-161-2/+2
|
* use some help with __attribute__Guillaume Cottenceau2001-03-181-1/+1
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-0/+1
| | | | | | | interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
* - add FTPGuillaume Cottenceau2001-01-111-3/+0
| | | | | | - add HTTP - use single place for mountpoints and static directories
* - disk install can now load the second stage ramdisk, included pixel's ↵Guillaume Cottenceau2001-01-091-0/+2
| | | | | | | readlink test to cut vfat problems - disabled TOCHECK's for rescue/umounting stuff
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-10/+0
|
* automatic mode added (a.k.a get rid of redhat kickstart)Guillaume Cottenceau2000-12-171-2/+4
|
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-20/+16
| | | | | | 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/+3
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+61
soon will launch the stage2