Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not write aliases for asus_acpi and thinkpad_acpi in modprobe.preload, ↵ | Olivier Blin | 2008-03-17 | 1 | -2/+0 |
| | | | | the modules are now handled by coldplug | ||||
* | (write_preload_conf) better style | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | (write_preload_conf) select proper padlock module for Via CPU (Derek ↵ | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | | | | Jennings, #38311) | ||||
* | run /sbin/insmod explicitely (not to call fake insmod in rescue) | Olivier Blin | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | factorize imm and ppa in parallel_zip_modules | Olivier Blin | 2008-02-11 | 1 | -3/+5 |
| | |||||
* | do not try to load parport_pc twice | Olivier Blin | 2008-02-11 | 1 | -1/+0 |
| | |||||
* | do not modify modules.dep to load parport_pc for parport, but inline in code ↵ | Olivier Blin | 2008-02-11 | 1 | -0/+1 |
| | | | | (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 | -0/+1 |
| | | | | (to keep a "clean" modules.dep) | ||||
* | do not try to load /modules/modules.description | Olivier Blin | 2008-02-11 | 1 | -1/+0 |
| | |||||
* | use modname2path instead of hardcoding /modules (to use /lib/modules/`uname -r`) | Olivier Blin | 2008-02-11 | 1 | -14/+10 |
| | |||||
* | use modname2filename to find if a module is available | Olivier Blin | 2007-09-22 | 1 | -1/+1 |
| | |||||
* | fix passing module options when module name contains a '-' character | Olivier Blin | 2007-09-19 | 1 | -2/+3 |
| | |||||
* | adapt load_and_configure() example to current prototype | Olivier Blin | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | - fix loading dependencies of kernel module "xxx-yyy" (instead of "xxx_yyy") | Pascal Rigaux | 2007-09-17 | 1 | -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 Blin | 2007-09-16 | 1 | -2/+2 |
| | | | | module during install | ||||
* | fix loading of tifm_sd module (#18237) | Olivier Blin | 2007-09-13 | 1 | -2/+2 |
| | |||||
* | drop Move support (unused for quite a long time and superceeded by Globetrotter | Thierry Vignaud | 2007-08-27 | 1 | -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 Blin | 2007-08-21 | 1 | -1/+6 |
| | | | | caller uses '-' in the module name) | ||||
* | use '_' in IDE module names | Olivier Blin | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | use usb_storage instead of usb-storage | Olivier Blin | 2007-08-21 | 1 | -4/+4 |
| | |||||
* | convert module names to module filenames | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | (load_raw_install) do warn if pata driver failed to load (now that | Thierry Vignaud | 2007-08-21 | 1 | -2/+0 |
| | | | | | pcitable do not list modules not present in current kernel) | ||||
* | use '_' in modules names | Olivier Blin | 2007-08-20 | 1 | -5/+5 |
| | |||||
* | (write_preload_conf) 'ibm_acpi' driver was replaced by 'thinkpad_acpi (#31606) | Thierry Vignaud | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | load ide-disk module when loading disk/ide category | Olivier Blin | 2007-07-16 | 1 | -0/+1 |
| | |||||
* | - use modularized ide drivers and configure ide-controller in modprobe.conf | Pascal Rigaux | 2007-06-28 | 1 | -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 Rigaux | 2007-05-30 | 1 | -4/+7 |
| | | | | | (need a new perl-MDK-Common) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -66/+44 |
| | |||||
* | (load_category) load ide-generic for disk/ide (this is a working | Thierry Vignaud | 2006-02-28 | 1 | -0/+1 |
| | | | | | fallback for quite a lot of machines) | ||||
* | very titypo | Pascal Rigaux | 2006-02-16 | 1 | -1/+1 |
| | |||||
* | (when_load_category) do not bother preloading sd_mod for ide drivers | Thierry Vignaud | 2006-02-16 | 1 | -1/+1 |
| | |||||
* | last inside a "do ... until ..." is bad | Pascal Rigaux | 2005-09-20 | 1 | -2/+2 |
| | |||||
* | drop sr_mod workarounds, it's now handled by udev coldplug | Olivier Blin | 2005-09-19 | 1 | -1/+0 |
| | |||||
* | ugly hack: wait for usb-storage devices to appear (bugzilla #13395) | Pascal Rigaux | 2005-09-19 | 1 | -1/+13 |
| | |||||
* | add sr_mod in modprobe.preload if needed (#18641) | Olivier Blin | 2005-09-17 | 1 | -0/+1 |
| | |||||
* | silent error when ahci or ata_piix insmod fail (ahci fails on vmware) | Pascal Rigaux | 2005-09-07 | 1 | -0/+1 |
| | |||||
* | ahci says "ahci: probe of %s failed with error %d", but succeeds anyway, so ↵ | Pascal Rigaux | 2005-08-30 | 1 | -10/+7 |
| | | | | we need to handle the ahci/ata_piix case otherwise | ||||
* | better logging of ahci vs ata_piix special code | Pascal Rigaux | 2005-08-29 | 1 | -1/+3 |
| | |||||
* | ahci and ata_piix handle the same hardware, it only depends on the bios ↵ | Pascal Rigaux | 2005-08-24 | 1 | -0/+6 |
| | | | | configuration, so try each one... | ||||
* | rewrite code to allow next commit | Pascal Rigaux | 2005-08-24 | 1 | -5/+6 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -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 | ||||
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵ | Pascal Rigaux | 2005-06-02 | 1 | -1/+1 |
| | | | | and use them | ||||
* | (write_preload_conf) factorize modules managment | Thierry Vignaud | 2005-05-30 | 1 | -4/+1 |
| | |||||
* | (write_preload_conf) simplify DVB & TV managment through probe_category() | Thierry Vignaud | 2005-05-30 | 1 | -2/+1 |
| | |||||
* | replace unused $o->{localInstall} with $::local_install, partially used ↵ | Pascal Rigaux | 2005-05-26 | 1 | -2/+2 |
| | | | | | | | instead of $::uml_install and used in drakx-in-chroot | ||||
* | keep binaries in their "standard" binary dir instead of moving everything to ↵ | Pascal Rigaux | 2005-05-20 | 1 | -1/+1 |
| | | | | | | | /usr/bin (it used to be in /usr/bin when the stage1 was not exited) | ||||
* | fix titi sux | Pascal Rigaux | 2005-05-20 | 1 | -1/+1 |
| | |||||
* | append evdev in modprobe.preload if a touchpad is detected | Olivier Blin | 2005-04-18 | 1 | -0/+1 |
| | |||||
* | use better laptop detection now that dmidecode is used | Olivier Blin | 2005-04-18 | 1 | -1/+1 |
| |