Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | images/kernel: Pass the modules we need to be in modules.alias through to ↵ | Colin Guthrie | 2013-11-13 | 1 | -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 Guthrie | 2013-11-02 | 1 | -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 recompress | Thierry Vignaud | 2012-02-15 | 1 | -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 XZ | Thierry Vignaud | 2012-01-20 | 1 | -1/+9 |
| | | | | (make_modules_per_image) adapt | ||||
* | embed all firmwares that are needed by the modules we embed | Pascal Terjan | 2009-09-09 | 1 | -0/+11 |
| | |||||
* | do not use custom modules.dep format anymore | Olivier Blin | 2008-02-11 | 1 | -16/+0 |
| | |||||
* | do not modify modules.dep to load parport_pc for parport, but inline in code ↵ | Olivier Blin | 2008-02-11 | 1 | -3/+0 |
| | | | | (to keep a "clean" modules.dep) | ||||
* | do not modify modules.dep to load nls modules for fat, but inline in code ↵ | Olivier Blin | 2008-02-11 | 1 | -3/+2 |
| | | | | (to keep a "clean" modules.dep) | ||||
* | use category2modules (unchecked, and it seems flatten_and_check is not used ↵ | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| | | | | anymore) | ||||
* | use module names instead of filenames for stage1 | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | use category2modules whenever possible (i.e. when module dependencies are ↵ | Olivier Blin | 2007-08-21 | 1 | -2/+2 |
| | | | | available) | ||||
* | keep modules without dependencies in modules.dep, this file is used to get ↵ | Olivier Blin | 2007-08-21 | 1 | -6/+3 |
| | | | | the module filename | ||||
* | use category2modules_raw to get module filenames | Olivier Blin | 2007-08-20 | 1 | -3/+3 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -140/+13 |
| | |||||
* | qlogicisp is dead | Thierry Vignaud | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | don't print empty rejected list | Olivier Blin | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | keep 2.4 compatibility aliases in modules list for stage1 | Olivier Blin | 2005-09-29 | 1 | -0/+2 |
| | |||||
* | simplify (Pixel, me sux) | Olivier Blin | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | the perl_checker compliant way | Pascal Rigaux | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | factorize chomps | Olivier Blin | 2005-09-28 | 1 | -4/+3 |
| | |||||
* | fix typo | Olivier Blin | 2005-09-28 | 1 | -1/+1 |
| | |||||
* | restore disambiguating {; (even if perl_checker doesn't support it) | Olivier Blin | 2005-09-28 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2005-09-28 | 1 | -2/+2 |
| | |||||
* | reject unavailable modules in stage1 list (#18803) | Olivier Blin | 2005-09-28 | 1 | -1/+6 |
| | |||||
* | use correct directory to list modules when called from another directory | Olivier Blin | 2005-09-28 | 1 | -2/+3 |
| | |||||
* | split all_modules.tar listing in get_main_modules() | Olivier Blin | 2005-09-28 | 1 | -1/+6 |
| | |||||
* | use all_modules.tar to get modules list | Olivier Blin | 2005-09-28 | 1 | -1/+2 |
| | |||||
* | handle kernel naming such as kernel-i586-up-1GB-2.6* | Olivier Blin | 2005-09-28 | 1 | -1/+1 |
| | |||||
* | use local RPMS directory (/RPMS isn't used anywhere now) | Olivier Blin | 2005-09-28 | 1 | -1/+1 |
| | |||||
* | ka support (initially from Antoine Ginies and Erwan Velu) | Olivier Blin | 2005-08-28 | 1 | -0/+1 |
| | |||||
* | revert changes | Florent Villard | 2005-08-03 | 1 | -2/+2 |
| | |||||
* | some x86_64 build fixes | Florent Villard | 2005-08-03 | 1 | -2/+2 |
| | |||||
* | add Token Ring and Wireless drivers in 'all' image | Olivier Blin | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | sort modules list | Olivier Blin | 2005-04-18 | 1 | -2/+2 |
| | |||||
* | always print missing usb modules on stderr | Olivier Blin | 2005-04-18 | 1 | -3/+1 |
| | |||||
* | include ide modules too in all.rdz | Olivier Blin | 2005-04-01 | 1 | -1/+1 |
| | |||||
* | remove qla1280 as suggested by blino, at least we have some space now :) | Pascal Rigaux | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | still not enough room :-( | Pascal Rigaux | 2005-03-23 | 1 | -1/+1 |
| | | | | | (removing dmx3191d) | ||||
* | removing dc395x from cdrom.img and hd.img (otherwise it doesn't fit in ↵ | Pascal Rigaux | 2005-03-21 | 1 | -1/+1 |
| | | | | cdrom.img) | ||||
* | remove obsolete stuff for at least 2 distros | Gwenolé Beauchesne | 2005-03-17 | 1 | -8/+0 |
| | |||||
* | loopback modules are needed on every images (bugzilla #13215) | Pascal Rigaux | 2005-01-26 | 1 | -3/+3 |
| | |||||
* | handle disk install from SATA drives | Thierry Vignaud | 2005-01-20 | 1 | -1/+1 |
| | |||||
* | sync with list_modules.pl | Thierry Vignaud | 2005-01-20 | 1 | -0/+3 |
| | |||||
* | adapt to list_modules.pm changes | Pascal Rigaux | 2005-01-15 | 1 | -2/+2 |
| | |||||
* | no need to put tokenring modules in modules_only_for_all_img since they are | Pascal Rigaux | 2004-12-02 | 1 | -4/+1 |
| | | | | | now in their own category which is not used for stage1 | ||||
* | - no more kernel/all.modules, things are in kernel/all.kernels | Pascal Rigaux | 2004-11-22 | 1 | -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/usb | Pascal Rigaux | 2004-07-07 | 1 | -2/+2 |
| | |||||
* | - update check() for 2.6 | Pascal Rigaux | 2004-03-08 | 1 | -10/+14 |
| | | | | | | - categorize missing modules - cleanup | ||||
* | don't remove missing modules ataraid hptraid silraid pdcraid | Pascal Rigaux | 2004-02-10 | 1 | -1/+0 |
| | |||||
* | disk/raw and disk/usb added in network.img to support usb floppies when ↵ | Guillaume Cottenceau | 2004-02-10 | 1 | -1/+1 |
| | | | | loading second floppy |