summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.c
Commit message (Collapse)AuthorAgeFilesLines
* kill long dead argumentThierry Vignaud2013-03-231-1/+1
| | | | the "Additional Drivers floppy" is long dead
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-1/+1
|
* Revert commit 6430Nicolas Lécureuil2012-11-111-332/+332
|
* Do not mix tabs and spacesNicolas Lécureuil2012-11-091-332/+332
|
* kill dead emailsThierry Vignaud2012-01-271-2/+2
|
* do not list /dev/fd0 when no floppy is found (#58390)Pascal Terjan2010-03-301-2/+2
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-3/+3
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+2
| | | | | - move string/system utility functions in utils.c
* re-sync after the big svn lossPascal Rigaux2007-04-251-7/+45
|
* fix potential buffer overflows (thanks to Rafael for the advice)Olivier Blin2006-02-151-5/+2
|
* try to find modules in a sub-directory named by the kernel releaseOlivier Blin2006-02-131-1/+17
|
* really try to list partitions on USB keys or hard disksOlivier Blin2005-04-151-4/+8
|
* - add probing_detect_devices() to keep existing pci devices in an arrayOlivier Blin2005-04-071-3/+52
| | | | | | - allow to use external third-party pcitable - modules in to_detect (thirdparty install) are now compared to external third-par ty pcitable first, then to built-in pcitable
* export THIRDPARTY_DEVICE and THIRDPARTY_DIR for stage2Olivier Blin2005-04-071-2/+7
|
* add thirdparty_load_media_modules(), try to find third party modules on the ↵Olivier Blin2005-04-041-40/+69
| | | | install media
* probe in automatic mode to create devices (and really check for mount return ↵Olivier Blin2005-03-171-3/+15
| | | | code)
* fix return code checkOlivier Blin2005-03-171-1/+1
|
* message fix againOlivier Blin2005-03-171-1/+1
|
* more message fixesOlivier Blin2005-03-171-3/+3
|
* fix/enhance messagesOlivier Blin2005-03-171-4/+5
|
* look for modules in /install/thirdparty firstOlivier Blin2005-03-171-9/+20
|
* - merge update_modules stuff in third-party moduleOlivier Blin2005-03-161-69/+140
| | | | | | | - add "thirdparty" as an alias for the "updatemodules" option - allow to specify thirdparty device using automatic "thirdparty" option - try to mount as iso9660 too in try_mount
* fail if device doesn't match anythingOlivier Blin2005-03-161-1/+3
|
* cdrom support in third-party moduleOlivier Blin2005-03-161-61/+127
|
* fix messagesOlivier Blin2005-03-101-2/+2
|
* initial import (allow to load thirdparty modules from disks)Olivier Blin2005-03-091-0/+157