summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.h
Commit message (Collapse)AuthorAgeFilesLines
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-241-2/+4
| | | | | | | | 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 support for install from USB Network AdaptersGuillaume Cottenceau2001-07-031-1/+1
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-0/+3
| | | | | | | 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)
* better tightness of probing stuffGuillaume Cottenceau2001-01-251-13/+0
|
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-061-1/+1
| | | | (scsi, net, modules options)
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-1/+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
* network devices detection and insmod on user inputGuillaume Cottenceau2000-12-121-0/+1
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-1/+2
| | | | | | - add listing of available modules and insmod'ing on user request - make rescue-stage2 working
* 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
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+44
soon will launch the stage2