Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -12/+14 |
| | |||||
* | enable/start pcmcia service if needed | Olivier Blin | 2006-03-10 | 1 | -0/+2 |
| | |||||
* | fix typo | Olivier Blin | 2006-03-08 | 1 | -1/+1 |
| | |||||
* | enable kbluetoothd if bluetooth is detected | Olivier Blin | 2006-03-08 | 1 | -0/+4 |
| | |||||
* | disable numlock on laptops | Olivier Blin | 2006-03-03 | 1 | -0/+1 |
| | |||||
* | autoconf laptop services when switching between laptop and desktop | Olivier Blin | 2006-03-03 | 1 | -0/+19 |
| | |||||
* | autoconf bluetooth controllers (enable bluetooth service) | Olivier Blin | 2006-03-03 | 1 | -0/+12 |
| | |||||
* | load mouse modules after the mouse has been configured, since | Olivier Blin | 2005-06-16 | 1 | -1/+2 |
| | | | | | modprobe.preload is read before harddrake is run | ||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -2/+1 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | netconnect API change, harddrake::autoconf::network_conf seems unused | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | | | | | anyway, and this easy_dhcp thing is already performed by hotplug | ||||
* | - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() so | Thierry Vignaud | 2004-12-13 | 1 | -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 Rigaux | 2004-10-07 | 1 | -1/+1 |
| | | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions | ||||
* | cleanups | Thierry Vignaud | 2004-09-10 | 1 | -1/+0 |
| | |||||
* | autoconfigure mice on bootstrapping | Thierry Vignaud | 2004-09-10 | 1 | -0/+8 |
| | |||||
* | (xconf) fix X11 autoconfiguration | Thierry Vignaud | 2004-09-08 | 1 | -1/+1 |
| | |||||
* | (network_conf) rename o as obj so that pixel isn't confused | Thierry Vignaud | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | use do_pkgs_standalone->new instead of class_discard | Pascal Rigaux | 2004-07-21 | 1 | -2/+2 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -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-branch | Thierry Vignaud | 2004-06-18 | 1 | -0/+27 |