summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
* don't need prefixing with current packagePascal Rigaux2005-06-091-2/+2
|
* create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵Pascal Rigaux2005-06-021-1/+1
| | | | and use them
* (write_preload_conf) factorize modules managmentThierry Vignaud2005-05-301-4/+1
|
* (write_preload_conf) simplify DVB & TV managment through probe_category()Thierry Vignaud2005-05-301-2/+1
|
* replace unused $o->{localInstall} with $::local_install, partially used ↵Pascal Rigaux2005-05-261-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 Rigaux2005-05-201-1/+1
| | | | | | | /usr/bin (it used to be in /usr/bin when the stage1 was not exited)
* fix titi suxPascal Rigaux2005-05-201-1/+1
|
* append evdev in modprobe.preload if a touchpad is detectedOlivier Blin2005-04-181-0/+1
|
* use better laptop detection now that dmidecode is usedOlivier Blin2005-04-181-1/+1
|
* don't load modules.cz in uml installOlivier Blin2005-04-051-1/+1
|
* - disable imm/ppa probe during install since it causes some rubbish to be ↵Pascal Rigaux2005-03-291-1/+11
| | | | | | | printed (bugzilla #12560) - add an option in harddrake to probe imm/ppa
* - add dmi_probe()Pascal Rigaux2005-03-151-0/+1
| | | | | - some special code on dmi is now moved in dmitable with flags Pkg: and Module:
* add various/crypto category (support for hardware accelerated crypto)Thierry Vignaud2005-02-111-0/+1
|
* (write_preload_conf) preload padlock driver for VIA C3 that have RNG (crypto ↵Thierry Vignaud2005-02-111-0/+1
| | | | hw) enabled
* (write_preload_conf) typo fixThierry Vignaud2005-02-101-1/+1
|
* (write_preload_conf) rely on "multimedia/tv" category, thus managing more TV ↵Thierry Vignaud2005-02-101-1/+1
| | | | cards
* (write_preload_conf) minimal joystick support: preload proper modules (thoughThierry Vignaud2005-02-101-0/+1
| | | | | | only those on sound cards from Creative Labs and Fortemedia are detectable by pci_probe()...)
* (write_preload_conf) simplify and support multiple different AGP controllersThierry Vignaud2005-02-101-3/+1
| | | | | (though unprobable)
* (write_preload_conf) minimal DVB support: preload proper modulesThierry Vignaud2005-02-101-1/+1
|
* add various/laptop category (only toshiba is detectable by pci_probe() ↵Thierry Vignaud2005-02-101-0/+1
| | | | though...)
* new kernel doesn't like usbdevfs any more, it wants usbfsPascal Rigaux2005-02-081-1/+1
|
* (append_to_modules_loaded_at_startup_for_all_kernels) introduce itThierry Vignaud2005-01-201-0/+4
| | | | | (wrapper around append_to_modules_loaded_at_startup())
* move SATA in its own categoryThierry Vignaud2005-01-201-1/+1
|
* packdrake changed a little, ensuring that if we ask no modules it doesn't ↵Pascal Rigaux2004-12-171-1/+1
| | | | cause havoc
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* replace isStandalone with !isInstall (for finish-install which is neither ↵Pascal Rigaux2004-11-301-3/+3
| | | | isInstall nor isStandalone)
* (load_and_configure) fix setting scsi and usb probell in live CD (thus fixingThierry Vignaud2004-11-251-1/+1
| | | | | mousedrake --auto with USB mice on live CD)
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-2/+2
|
* update ppc kernel modules detection & loadingPascal Rigaux2004-11-161-4/+9
|
* fix titi suxPascal Rigaux2004-09-291-1/+1
|
* (write_preload_conf) simplifyThierry Vignaud2004-09-291-1/+1
|
* (write_preload_conf) preload nvram on laptopsThierry Vignaud2004-09-291-0/+1
|
* add module for storage controllers that are not compiled built-in in kernelThierry Vignaud2004-09-061-1/+1
|
* add load_with_options()Pascal Rigaux2004-08-161-5/+10
|
* internally keep module names according to what we configure (and our kernel, ↵Pascal Rigaux2004-08-101-7/+10
| | | | 2.4 or 2.6)