summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Expand)AuthorAgeFilesLines
* 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 pri...Pascal Rigaux2005-03-291-1/+11
* - add dmi_probe()Pascal Rigaux2005-03-151-0/+1
* 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
* (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
* (write_preload_conf) minimal joystick support: preload proper modules (thoughThierry Vignaud2005-02-101-0/+1
* (write_preload_conf) simplify and support multiple different AGP controllersThierry Vignaud2005-02-101-3/+1
* (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() though...Thierry Vignaud2005-02-101-0/+1
* 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
* 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 cau...Pascal Rigaux2004-12-171-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* replace isStandalone with !isInstall (for finish-install which is neither isI...Pascal Rigaux2004-11-301-3/+3
* (load_and_configure) fix setting scsi and usb probell in live CD (thus fixingThierry Vignaud2004-11-251-1/+1
* 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
* adapt to new directories layout:Pascal Rigaux2004-07-261-1/+1
* cleanupPascal Rigaux2004-07-221-1/+1
* modules::modprobe_conf now works (at least a little :)Pascal Rigaux2004-07-221-82/+1
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-170/+76
* handle s/snd-card/snd/g and s/snd-via686|snd-via8233/snd-via82xx/g more gener...Pascal Rigaux2004-07-081-15/+8
* in mergein_conf(), get the "above" value, and don't dirty "probeall"Pascal Rigaux2004-07-081-1/+2
* rename load_raw() to load_raw_install() and change the prototypePascal Rigaux2004-07-081-9/+9
* cleanupPascal Rigaux2004-07-081-5/+6
* - create when_load_category()Pascal Rigaux2004-07-081-26/+33
* fix previous commitPascal Rigaux2004-07-081-2/+2
* - generalize the snd-pcm-oss casePascal Rigaux2004-07-081-12/+15
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-081-5/+13
* don't remove "above ... snd-pcm-oss" for the old alias, it's better done expl...Pascal Rigaux2004-07-081-5/+1
* fix indentationPascal Rigaux2004-07-071-8/+8
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-5/+5
* remove non-useful prototypes ($)Pascal Rigaux2004-07-071-4/+4
* use the module category to decide if it needs alias usb-interface or alias ie...Pascal Rigaux2004-07-071-4/+5
* fix typoPascal Rigaux2004-07-071-1/+1
* - restrict view of %mappings_24_26 and %mappings_26_24 to modules.pmPascal Rigaux2004-07-071-19/+17
* - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pmPascal Rigaux2004-07-071-41/+0
* create write_preload_conf()Pascal Rigaux2004-07-071-2/+7