summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Collapse)AuthorAgeFilesLines
* load_filer_modules: split it outThierry Vignaud2016-02-101-3/+11
|
* do not load hyper-v modules (mga#14117)Thierry Vignaud2014-12-121-5/+0
| | | | | this is already done by udev in stage1 (thanks David Remy for testing)
* gnore modules failures for hyper-v (mga#14117)Thierry Vignaud2014-12-051-2/+2
| | | | | BTW why was this added here? this won't work in stage1... see commit 93cca46c26c2078593f663f894193053cc740d43
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-9/+0
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* let modprobe handles needed sub modulesThierry Vignaud2013-01-181-2/+2
|
* use modprobe instead of insmod (mga#8676)Thierry Vignaud2013-01-181-49/+0
|
* (load_with_options) load 'crc32c' module for XFS too (mga#8676)Thierry Vignaud2013-01-181-1/+1
|
* - Add support to detect if we're running in Hyper-V vm and automaticallyArnaud Patard2012-12-071-1/+6
| | | | | load storage driver when probing disks in this case.
* adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usbThierry Vignaud2012-08-301-1/+1
| | | | instead of /proc/bus/usb
* adapt to usbfs death (1/4): check for /sys/kernel/debug/usb instead ofThierry Vignaud2012-08-301-1/+1
| | | | /proc/bus/usb
* (remove_loaded_modules) rename as filter_out_loaded_modules() for clarityThierry Vignaud2012-05-231-3/+3
|
* (load_raw) simplifyThierry Vignaud2012-03-021-2/+2
|
* (load_raw) fix undefined variable after commit r688 by rtp on 2011-03-18Thierry Vignaud2012-02-191-0/+3
| | | | (was: "try to handle the built-in module case before trying to load a module")
* (load_raw_install) do not display errors when loading a driver that isThierry Vignaud2012-01-261-1/+2
| | | | | | | already loaded (mga#1146) we might just as well refuse to load an already loaded module but I think some modules redo probing when "reloaded".
* (extract_modules) silent failure to extract gz modules (for rescue)Thierry Vignaud2012-01-251-1/+1
|
* (load_raw) faster & safer waiting for end of USB modulesThierry Vignaud2012-01-201-10/+1
| | | | (thanks to now having udev)
* (extract_modules) enable to find, decompress XZ modulesThierry Vignaud2012-01-201-1/+2
|
* perl_checker cleanupThierry Vignaud2012-01-201-1/+1
|
* String changes: perl -pi -e 's!file system!filesystem!'Ahmad Samir2011-04-041-1/+1
|
* - try to handle the built-in module case before trying to load a module.Arnaud Patard2011-03-181-1/+24
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* fix loading of btrfs modulePascal Terjan2010-06-041-0/+1
|
* Use proper module for getInputDevices (bug #51308).Eugeni Dodonov2009-06-021-1/+1
|
* Rename ide-disk to ide-gd_modChristophe Fergeau2009-05-071-1/+1
|
* Add detect_devices::hasTouchpad() functionChristophe Fergeau2009-05-041-1/+2
|
* Detect Elantech touchpadChristophe Fergeau2009-05-041-1/+1
|
* - never add usb-storage to scsi_hostadapter Pascal Rigaux2008-09-261-1/+1
| | | | | (never needed, and when wrongly added, it slows the boot)
* - usbkbd is dead, using usbhid insteadPascal Rigaux2008-08-201-1/+1
| | | | | (as told by pterjan)
* do not write aliases for asus_acpi and thinkpad_acpi in modprobe.preload, ↵Olivier Blin2008-03-171-2/+0
| | | | the modules are now handled by coldplug
* (write_preload_conf) better styleThierry Vignaud2008-03-031-1/+1
|
* (write_preload_conf) select proper padlock module for Via CPU (Derek ↵Thierry Vignaud2008-03-031-1/+1
| | | | Jennings, #38311)
* run /sbin/insmod explicitely (not to call fake insmod in rescue)Olivier Blin2008-02-281-1/+1
|
* factorize imm and ppa in parallel_zip_modulesOlivier Blin2008-02-111-3/+5
|
* do not try to load parport_pc twiceOlivier Blin2008-02-111-1/+0
|
* do not modify modules.dep to load parport_pc for parport, but inline in code ↵Olivier Blin2008-02-111-0/+1
| | | | (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-0/+1
| | | | (to keep a "clean" modules.dep)
* do not try to load /modules/modules.descriptionOlivier Blin2008-02-111-1/+0
|
* use modname2path instead of hardcoding /modules (to use /lib/modules/`uname -r`)Olivier Blin2008-02-111-14/+10
|
* use modname2filename to find if a module is availableOlivier Blin2007-09-221-1/+1
|
* fix passing module options when module name contains a '-' characterOlivier Blin2007-09-191-2/+3
|
* adapt load_and_configure() example to current prototypeOlivier Blin2007-09-191-1/+1
|
* - fix loading dependencies of kernel module "xxx-yyy" (instead of "xxx_yyy")Pascal Rigaux2007-09-171-1/+1
| | | | | | | | (eg: dm-mirror) hint: dependencies_closure("dm-mirror") doesn't work, whereas dependencies_closure("dm_mirror") do
* make modules::*::get_above return a list, and thus fix loading of tifm_sd ↵Olivier Blin2007-09-161-2/+2
| | | | module during install
* fix loading of tifm_sd module (#18237)Olivier Blin2007-09-131-2/+2
|
* drop Move support (unused for quite a long time and superceeded by GlobetrotterThierry Vignaud2007-08-271-1/+1
| | | | | which itself was obsoleted by Mdv One)
* fallback on module name if the filename can't be found (in the rare case the ↵Olivier Blin2007-08-211-1/+6
| | | | caller uses '-' in the module name)
* use '_' in IDE module namesOlivier Blin2007-08-211-2/+2
|
* use usb_storage instead of usb-storageOlivier Blin2007-08-211-4/+4
|
* convert module names to module filenamesOlivier Blin2007-08-211-1/+1
|