summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/autoconf.pm
Commit message (Collapse)AuthorAgeFilesLines
* - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() soThierry Vignaud2004-12-131-0/+12
| | | | | | | that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards
* - XFdrake can detect a auxmouse which was not detected by mousedrake so we ↵Pascal Rigaux2004-10-071-1/+1
| | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions
* cleanupsThierry Vignaud2004-09-101-1/+0
|
* autoconfigure mice on bootstrappingThierry Vignaud2004-09-101-0/+8
|
* (xconf) fix X11 autoconfigurationThierry Vignaud2004-09-081-1/+1
|
* (network_conf) rename o as obj so that pixel isn't confusedThierry Vignaud2004-08-021-2/+2
|
* use do_pkgs_standalone->new instead of class_discardPascal Rigaux2004-07-211-2/+2
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-4/+4
| | | | | | | | | | | | | | | $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
* merge x11 autoconf support from MDK-10-branchThierry Vignaud2004-06-181-0/+27