summaryrefslogtreecommitdiffstats
path: root/kernel/modules.pl
Commit message (Collapse)AuthorAgeFilesLines
* images/kernel: Pass the modules we need to be in modules.alias through to ↵Colin Guthrie2013-11-131-0/+14
| | | | | | | | | | | | | | dracut. The installer needs to have the modules.alias information for more kernel modules than are actually included. In order to do this we need to use and environment variable as there is no sensible way to do this via dracut command line arguments. The mgainstaller dracut module will need updating accordingly. This should solve the problem where Sound Cards are shown as 'not configured' at the end of the install.
* images/kernel: Ensure the previously hand-picked modules are included in the ↵Colin Guthrie2013-11-021-24/+7
| | | | | | | | | | | | | | new dracut-based initrd. This removes functions no longer called and adds a new one which will simply list the desired modules and pass them on the dracut command line. This should mean we have the same modules as before (at least) which should mean less regressions. This does increase the size of the initrd back up quite a lot (as expected) so we may want to look at optimising other areas to bring it back down a bit again.
* (recompress_modules) kill it as we do not need anymore to recompressThierry Vignaud2012-02-151-9/+1
| | | | | | modules as XZ (since kernel now compress them with XZ) (remove_unneeded_modules) search for .xz extension instead of .gz
* (extract_installed_rpm,recompress_modules) recompress gz modules as XZThierry Vignaud2012-01-201-1/+9
| | | | (make_modules_per_image) adapt
* embed all firmwares that are needed by the modules we embedPascal Terjan2009-09-091-0/+11
|
* do not use custom modules.dep format anymoreOlivier Blin2008-02-111-16/+0
|
* do not modify modules.dep to load parport_pc for parport, but inline in code ↵Olivier Blin2008-02-111-3/+0
| | | | (to keep a "clean" modules.dep)
* do not modify modules.dep to load nls modules for fat, but inline in code ↵Olivier Blin2008-02-111-3/+2
| | | | (to keep a "clean" modules.dep)
* use category2modules (unchecked, and it seems flatten_and_check is not used ↵Olivier Blin2007-08-211-1/+1
| | | | anymore)
* use module names instead of filenames for stage1Olivier Blin2007-08-211-1/+1
|
* use category2modules whenever possible (i.e. when module dependencies are ↵Olivier Blin2007-08-211-2/+2
| | | | available)
* keep modules without dependencies in modules.dep, this file is used to get ↵Olivier Blin2007-08-211-6/+3
| | | | the module filename
* use category2modules_raw to get module filenamesOlivier Blin2007-08-201-3/+3
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-140/+13
|
* qlogicisp is deadThierry Vignaud2005-11-281-1/+1
|
* don't print empty rejected listOlivier Blin2005-09-291-1/+1
|
* keep 2.4 compatibility aliases in modules list for stage1Olivier Blin2005-09-291-0/+2
|
* simplify (Pixel, me sux)Olivier Blin2005-09-291-1/+1
|
* the perl_checker compliant wayPascal Rigaux2005-09-291-1/+1
|
* factorize chompsOlivier Blin2005-09-281-4/+3
|
* fix typoOlivier Blin2005-09-281-1/+1
|
* restore disambiguating {; (even if perl_checker doesn't support it)Olivier Blin2005-09-281-1/+1
|
* perl_checker fixesOlivier Blin2005-09-281-2/+2
|
* reject unavailable modules in stage1 list (#18803)Olivier Blin2005-09-281-1/+6
|
* use correct directory to list modules when called from another directoryOlivier Blin2005-09-281-2/+3
|
* split all_modules.tar listing in get_main_modules()Olivier Blin2005-09-281-1/+6
|
* use all_modules.tar to get modules listOlivier Blin2005-09-281-1/+2
|
* handle kernel naming such as kernel-i586-up-1GB-2.6*Olivier Blin2005-09-281-1/+1
|
* use local RPMS directory (/RPMS isn't used anywhere now)Olivier Blin2005-09-281-1/+1
|
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-0/+1
|
* revert changesFlorent Villard2005-08-031-2/+2
|
* some x86_64 build fixesFlorent Villard2005-08-031-2/+2
|
* add Token Ring and Wireless drivers in 'all' imageOlivier Blin2005-04-211-1/+1
|
* sort modules listOlivier Blin2005-04-181-2/+2
|
* always print missing usb modules on stderrOlivier Blin2005-04-181-3/+1
|
* include ide modules too in all.rdzOlivier Blin2005-04-011-1/+1
|
* remove qla1280 as suggested by blino, at least we have some space now :)Pascal Rigaux2005-03-241-1/+1
|
* still not enough room :-(Pascal Rigaux2005-03-231-1/+1
| | | | | (removing dmx3191d)
* removing dc395x from cdrom.img and hd.img (otherwise it doesn't fit in ↵Pascal Rigaux2005-03-211-1/+1
| | | | cdrom.img)
* remove obsolete stuff for at least 2 distrosGwenolé Beauchesne2005-03-171-8/+0
|
* loopback modules are needed on every images (bugzilla #13215)Pascal Rigaux2005-01-261-3/+3
|
* handle disk install from SATA drivesThierry Vignaud2005-01-201-1/+1
|
* sync with list_modules.plThierry Vignaud2005-01-201-0/+3
|
* adapt to list_modules.pm changesPascal Rigaux2005-01-151-2/+2
|
* no need to put tokenring modules in modules_only_for_all_img since they arePascal Rigaux2004-12-021-4/+1
| | | | | now in their own category which is not used for stage1
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-15/+104
| | | | | | | | | | | | | - cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
* have only usb-interfaces in bus/usbPascal Rigaux2004-07-071-2/+2
|
* - update check() for 2.6Pascal Rigaux2004-03-081-10/+14
| | | | | | - categorize missing modules - cleanup
* don't remove missing modules ataraid hptraid silraid pdcraidPascal Rigaux2004-02-101-1/+0
|
* disk/raw and disk/usb added in network.img to support usb floppies when ↵Guillaume Cottenceau2004-02-101-1/+1
| | | | loading second floppy