summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 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 Magiea. 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
|
* (load_raw_install) do warn if pata driver failed to load (now thatThierry Vignaud2007-08-211-2/+0
| | | | | pcitable do not list modules not present in current kernel)
* use '_' in modules namesOlivier Blin2007-08-201-5/+5
|
* (write_preload_conf) 'ibm_acpi' driver was replaced by 'thinkpad_acpi (#31606)Thierry Vignaud2007-08-131-1/+1
|
* load ide-disk module when loading disk/ide categoryOlivier Blin2007-07-161-0/+1
|
* - use modularized ide drivers and configure ide-controller in modprobe.confPascal Rigaux2007-06-281-2/+4
| | | | | | | - bootloader-config: o configure ide-controller in modprobe.conf for upgrading to kernels with modularized ide drivers
* - fix detecting usb drives (#13395)Pascal Rigaux2007-05-301-4/+7
| | | | | (need a new perl-MDK-Common)
* re-sync after the big svn lossPascal Rigaux2007-04-251-66/+44
|
* (load_category) load ide-generic for disk/ide (this is a workingThierry Vignaud2006-02-281-0/+1
| | | | | fallback for quite a lot of machines)
* very titypoPascal Rigaux2006-02-161-1/+1
|
* (when_load_category) do not bother preloading sd_mod for ide driversThierry Vignaud2006-02-161-1/+1
|
* last inside a "do ... until ..." is badPascal Rigaux2005-09-201-2/+2
|
* drop sr_mod workarounds, it's now handled by udev coldplugOlivier Blin2005-09-191-1/+0
|
* ugly hack: wait for usb-storage devices to appear (bugzilla #13395)Pascal Rigaux2005-09-191-1/+13
|
* add sr_mod in modprobe.preload if needed (#18641)Olivier Blin2005-09-171-0/+1
|
* silent error when ahci or ata_piix insmod fail (ahci fails on vmware)Pascal Rigaux2005-09-071-0/+1
|
* ahci says "ahci: probe of %s failed with error %d", but succeeds anyway, so ↵Pascal Rigaux2005-08-301-10/+7
| | | | we need to handle the ahci/ata_piix case otherwise
* better logging of ahci vs ata_piix special codePascal Rigaux2005-08-291-1/+3
|
* ahci and ata_piix handle the same hardware, it only depends on the bios ↵Pascal Rigaux2005-08-241-0/+6
| | | | configuration, so try each one...
* rewrite code to allow next commitPascal Rigaux2005-08-241-5/+6
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore