Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | don't load modules.cz in uml install | Olivier Blin | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | - disable imm/ppa probe during install since it causes some rubbish to be ↵ | Pascal Rigaux | 2005-03-29 | 1 | -1/+11 |
| | | | | | | | printed (bugzilla #12560) - add an option in harddrake to probe imm/ppa | ||||
* | - add dmi_probe() | Pascal Rigaux | 2005-03-15 | 1 | -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 Vignaud | 2005-02-11 | 1 | -0/+1 |
| | |||||
* | (write_preload_conf) preload padlock driver for VIA C3 that have RNG (crypto ↵ | Thierry Vignaud | 2005-02-11 | 1 | -0/+1 |
| | | | | hw) enabled | ||||
* | (write_preload_conf) typo fix | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | (write_preload_conf) rely on "multimedia/tv" category, thus managing more TV ↵ | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | | | | cards | ||||
* | (write_preload_conf) minimal joystick support: preload proper modules (though | Thierry Vignaud | 2005-02-10 | 1 | -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 controllers | Thierry Vignaud | 2005-02-10 | 1 | -3/+1 |
| | | | | | (though unprobable) | ||||
* | (write_preload_conf) minimal DVB support: preload proper modules | Thierry Vignaud | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | add various/laptop category (only toshiba is detectable by pci_probe() ↵ | Thierry Vignaud | 2005-02-10 | 1 | -0/+1 |
| | | | | though...) | ||||
* | new kernel doesn't like usbdevfs any more, it wants usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+1 |
| | |||||
* | (append_to_modules_loaded_at_startup_for_all_kernels) introduce it | Thierry Vignaud | 2005-01-20 | 1 | -0/+4 |
| | | | | | (wrapper around append_to_modules_loaded_at_startup()) | ||||
* | move SATA in its own category | Thierry Vignaud | 2005-01-20 | 1 | -1/+1 |
| | |||||
* | packdrake changed a little, ensuring that if we ask no modules it doesn't ↵ | Pascal Rigaux | 2004-12-17 | 1 | -1/+1 |
| | | | | cause havoc | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | replace isStandalone with !isInstall (for finish-install which is neither ↵ | Pascal Rigaux | 2004-11-30 | 1 | -3/+3 |
| | | | | isInstall nor isStandalone) | ||||
* | (load_and_configure) fix setting scsi and usb probell in live CD (thus fixing | Thierry Vignaud | 2004-11-25 | 1 | -1/+1 |
| | | | | | mousedrake --auto with USB mice on live CD) | ||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -2/+2 |
| | |||||
* | update ppc kernel modules detection & loading | Pascal Rigaux | 2004-11-16 | 1 | -4/+9 |
| | |||||
* | fix titi sux | Pascal Rigaux | 2004-09-29 | 1 | -1/+1 |
| | |||||
* | (write_preload_conf) simplify | Thierry Vignaud | 2004-09-29 | 1 | -1/+1 |
| | |||||
* | (write_preload_conf) preload nvram on laptops | Thierry Vignaud | 2004-09-29 | 1 | -0/+1 |
| | |||||
* | add module for storage controllers that are not compiled built-in in kernel | Thierry Vignaud | 2004-09-06 | 1 | -1/+1 |
| | |||||
* | add load_with_options() | Pascal Rigaux | 2004-08-16 | 1 | -5/+10 |
| | |||||
* | internally keep module names according to what we configure (and our kernel, ↵ | Pascal Rigaux | 2004-08-10 | 1 | -7/+10 |
| | | | | 2.4 or 2.6) | ||||
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising | ||||
* | cleanup | Pascal Rigaux | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | modules::modprobe_conf now works (at least a little :) | Pascal Rigaux | 2004-07-22 | 1 | -82/+1 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -170/+76 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | handle s/snd-card/snd/g and s/snd-via686|snd-via8233/snd-via82xx/g more ↵ | Pascal Rigaux | 2004-07-08 | 1 | -15/+8 |
| | | | | generically | ||||
* | in mergein_conf(), get the "above" value, and don't dirty "probeall" | Pascal Rigaux | 2004-07-08 | 1 | -1/+2 |
| | |||||
* | rename load_raw() to load_raw_install() and change the prototype | Pascal Rigaux | 2004-07-08 | 1 | -9/+9 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-07-08 | 1 | -5/+6 |
| | |||||
* | - create when_load_category() | Pascal Rigaux | 2004-07-08 | 1 | -26/+33 |
| | | | | | | - replace regexp [uo]hci on module name with testing category "bus/usb" - move the special case imm ppa from when_load() to load() | ||||
* | fix previous commit | Pascal Rigaux | 2004-07-08 | 1 | -2/+2 |
| | |||||
* | - generalize the snd-pcm-oss case | Pascal Rigaux | 2004-07-08 | 1 | -12/+15 |
| | | | | | - cleanup | ||||
* | - rename add_alias() into set_alias() | Pascal Rigaux | 2004-07-08 | 1 | -5/+13 |
| | | | | | - create set_sound_slot() and use it | ||||
* | don't remove "above ... snd-pcm-oss" for the old alias, it's better done ↵ | Pascal Rigaux | 2004-07-08 | 1 | -5/+1 |
| | | | | explictly, and already done by remove_module() | ||||
* | fix indentation | Pascal Rigaux | 2004-07-07 | 1 | -8/+8 |
| | |||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version |