summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/autoconf.pm
Commit message (Collapse)AuthorAgeFilesLines
* harddrake::autoconf network: remove unused connection manager parametersOlivier Blin2013-05-071-1/+1
|
* harddrake service: install ethernet/wireless packages when a newOlivier Blin2013-05-071-1/+27
| | | | | device is detected, this shoud help for Broadcom devices
* harddrake: move ethernet config in harddrake::autoconf::network_confOlivier Blin2013-05-071-1/+10
|
* empty now unused harddrake::autoconf::network_conf (to be reused later)Olivier Blin2013-05-071-2/+0
|
* harddrake: do not disable bluetooth service if adapter disappears (forOlivier Blin2013-05-071-0/+5
| | | | | | example if disabled by Fn keys), systemd will automatically disable the service if needed
* - harddrake:Olivier Blin2012-04-291-2/+0
| | | | | | o do not disable cpufreq on non-laptops o remove double apmd check
* service_harddrake: allow to force screen resolution using ↵Olivier Blin2009-10-161-2/+4
| | | | RESOLUTION_WANTED=XxY in /etc/sysconfig/harddrake2/service.conf
* harddrake: allow to skip XFdrake framebuffer setup (and thus splash removal) ↵Olivier Blin2009-09-141-2/+2
| | | | if SETUP_FB is set to "no" in /etc/sysconfig/harddrake2/service.conf
* service_harddrake: enable/disable apmd if neededOlivier Blin2008-10-011-0/+1
|
* harddrake: auto-configure floppiesOlivier Blin2008-09-231-0/+5
|
* service_harddrake: adapt kernel modaliases that are not valid anymoreOlivier Blin2008-09-011-0/+25
| | | | | | in modprobe.conf when booting a new kernel, this should fix migration from e1000 to e1000e and from iwl4965 to iwlagn (#41248)
* service_harddrake: fix kbluetooth config pathOlivier Blin2008-05-301-1/+1
|
* service_harddrake: do not allow fbdev if /proc/fb is emptyOlivier Blin2008-05-301-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-12/+14
|
* enable/start pcmcia service if neededOlivier Blin2006-03-101-0/+2
|
* fix typoOlivier Blin2006-03-081-1/+1
|
* enable kbluetoothd if bluetooth is detectedOlivier Blin2006-03-081-0/+4
|
* disable numlock on laptopsOlivier Blin2006-03-031-0/+1
|
* autoconf laptop services when switching between laptop and desktopOlivier Blin2006-03-031-0/+19
|
* autoconf bluetooth controllers (enable bluetooth service)Olivier Blin2006-03-031-0/+12
|
* load mouse modules after the mouse has been configured, sinceOlivier Blin2005-06-161-1/+2
| | | | | modprobe.preload is read before harddrake is run
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-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 unusedOlivier Blin2005-06-061-1/+1
| | | | | anyway, and this easy_dhcp thing is already performed by hotplug
* - 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