summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
Commit message (Collapse)AuthorAgeFilesLines
...
* better tightness of probing stuffGuillaume Cottenceau2001-01-251-1/+11
|
* print warning message when insmod of PCI-detected device failsGuillaume Cottenceau2001-01-251-2/+11
|
* close some fd'sGuillaume Cottenceau2001-01-111-0/+3
|
* fix naming of multiple SCSI devices, thanks to Franco SilvestroGuillaume Cottenceau2001-01-081-3/+3
|
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ↵Guillaume Cottenceau2001-01-061-7/+7
| | | | (scsi, net, modules options)
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-1/+3
|
* add disk install supportGuillaume Cottenceau2000-12-181-10/+2
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-16/+8
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-12/+27
| | | | | | - 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-1/+1
|
* network devices detection and insmod on user inputGuillaume Cottenceau2000-12-121-1/+58
|
* - add pci probing featureGuillaume Cottenceau2000-12-121-24/+78
| | | | | | - 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/+3
| | | | (40 kbytes for compressed binary)
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-5/+4
| | | | | | 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-1/+0
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+301
soon will launch the stage2