summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for install from USB Network AdaptersGuillaume Cottenceau2001-07-031-19/+125
|
* use a wait_message again when in automatic mode for insmoding scsi modules ↵Guillaume Cottenceau2001-06-061-2/+12
| | | | since it's long
* be sure to print pci vendor and id with 4 digits eachGuillaume Cottenceau2001-05-181-1/+1
|
* unify user notification of network and scsi devices that make load of driversGuillaume Cottenceau2001-05-171-7/+3
|
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-2/+2
| | | | | but rather, try to do some clever things
* allow wait_message calls to be multi-linesGuillaume Cottenceau2001-05-151-1/+1
|
* nicer layout for PCI detection messagesGuillaume Cottenceau2001-05-151-2/+2
|
* better modules handling interface (use of enum rather than guessing single ↵Guillaume Cottenceau2001-05-151-7/+6
| | | | numbers..)
* - do not print warning when we are in AUTOMATIC and insmod failed because of ↵Guillaume Cottenceau2001-04-061-7/+8
| | | | | | | | file-not-found in mar file (raid cards, etc) - print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs
* - fix detection of more than 3 scsi attached devicesGuillaume Cottenceau2001-03-221-10/+19
| | | | | - cleaner code for cmp of ptr against static strings
* do not close un unbound socket!!Guillaume Cottenceau2001-02-121-1/+0
|
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-0/+50
| | | | | | | 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-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