summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-271-2/+2
| | | | | | - update comments and messages accordingly - rename already_probed_scsi_adapters as already_probed_media_adapters
* wait only 1 second for firmware upload (not to hang boot with iwl3945, #37279)Olivier Blin2008-02-271-0/+14
|
* switch to modules from /lib/modules/`uname -r`, modules.dep containing full ↵Olivier Blin2008-02-111-4/+12
| | | | filename
* fix typoOlivier Blin2008-02-111-1/+1
|
* strip directory and module extension when getting module nameOlivier Blin2008-02-111-1/+5
|
* convert module deps to modname as wellOlivier Blin2008-02-111-1/+1
|
* alloc the string in filename2modnameOlivier Blin2008-02-111-9/+14
|
* add find_modules_directoryOlivier Blin2008-02-111-1/+7
|
* factorize /modulesOlivier Blin2008-02-111-4/+5
|
* read modules description from /modules/modules.description (and drop ↵Olivier Blin2007-08-271-6/+56
| | | | hardcoded descriptions...)
* make filename2modname modify in-placeOlivier Blin2007-08-271-8/+7
|
* extract filename2modname() functionOlivier Blin2007-08-271-9/+12
|
* move some code in new cat_file and line_counts functionsOlivier Blin2007-08-271-23/+6
|
* include stage1.h earlier so that _GNU_SOURCE and strndup are definedOlivier Blin2007-08-271-1/+2
|
* use allocaOlivier Blin2007-08-271-2/+3
|
* fix allocated size for modules list (oops)Olivier Blin2007-08-271-2/+2
|
* reorganize codeOlivier Blin2007-08-271-42/+40
|
* indentOlivier Blin2007-08-271-15/+15
|
* allow debug mode to go further when loading modulesOlivier Blin2007-08-271-6/+3
|
* ask loading modules from /modules if neededOlivier Blin2007-08-271-7/+15
|
* remove kernel 2.4->2.6 module map, we don't use module names from pcitable ↵Olivier Blin2007-08-211-36/+5
| | | | anymore
* keep module in dependencies list even if it has no dependencies (to keep ↵Olivier Blin2007-08-211-4/+0
| | | | track of its filename)
* convert module name to filename before loading it (using modules.dep to get ↵Olivier Blin2007-08-211-2/+19
| | | | filename)
* rename name as modname in module_deps_elem structOlivier Blin2007-08-211-4/+4
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+1
| | | | | - move string/system utility functions in utils.c
* re-sync after the big svn lossPascal Rigaux2007-04-251-163/+22
|
* - merge update_modules stuff in third-party moduleOlivier Blin2005-03-161-66/+0
| | | | | | | - 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
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-311-0/+9
|
* only prompt for "Additional Drivers floppy" for networkPascal Rigaux2005-01-281-0/+5
|
* don't prompt if no modules, otherwise "Ok" in ask_from_list_comments() gets ↵Pascal Rigaux2005-01-281-1/+4
| | | | a segfault
* create unset_automatic()Pascal Rigaux2004-12-201-2/+2
|
* LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"Pascal Rigaux2004-11-041-1/+7
|
* cleanup code using kernel_module_extension()Pascal Rigaux2004-11-041-8/+7
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.confPascal Rigaux2004-07-011-1/+1
| | | | | | | but those files are in /stage1 after pivot rooting, so: - write modules.conf in /tmp instead of /etc - cp those files from /stage1/tmp to /tmp before umounting /stage1
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-11/+1
|
* support automatic installs even when needing the additional drivers floppyGuillaume Cottenceau2004-02-181-2/+12
|
* support 2.6 insmoding for expert third party modules and loading named modulesGuillaume Cottenceau2004-02-171-17/+26
|
* try to detect regular floppy drivesGuillaume Cottenceau2004-02-121-3/+0
|
* use floppy_device rather than /dev/fd0 because we now support usb floppies ↵Guillaume Cottenceau2004-02-101-2/+2
| | | | as well
* differentiate no floppy disk in driver or ext2 fsGuillaume Cottenceau2004-02-031-2/+5
|
* don't forget to umount additional drivers floppy after successful copy of ↵Guillaume Cottenceau2004-01-261-0/+1
| | | | modules.mar (gc sux)
* better do 2.4->2.6 compat module alias as soon as possible to display ↵Guillaume Cottenceau2004-01-221-37/+40
| | | | correct stuff in logs and simplify code
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-12/+12
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* when checking for modules already loaded, be sure to check for the real nameGuillaume Cottenceau2004-01-221-1/+2
|
* ensure insmod will try to access correct filename according to 2.4->2.6 ↵Guillaume Cottenceau2004-01-221-3/+1
| | | | compat mapping
* really display filename when "error reading" a file to insmod in 2.6Guillaume Cottenceau2004-01-221-1/+1
|
* nice kernel guys like to change modules names for no reasons when they have ↵Guillaume Cottenceau2004-01-221-1/+30
| | | | a break
* add capability to use an additional drivers floppyGuillaume Cottenceau2004-01-211-12/+66
|
* network_gigabit_usb doesn't exist anymoreGuillaume Cottenceau2004-01-211-1/+1
|