summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
Commit message (Collapse)AuthorAgeFilesLines
* - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() soThierry Vignaud2004-12-131-1/+3
| | | | | | | that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards
* do not die if sound never was configured (aka on first boot on live CD)Thierry Vignaud2004-11-251-1/+1
|
* on startup, redo ethX aliasesThierry Vignaud2004-11-161-0/+1
|
* load yenta_socket and the like for PCMCIA controllersThierry Vignaud2004-11-101-1/+1
|
* cleanup thanks to perl_checkerPascal Rigaux2004-10-141-2/+2
|
* remove what should had never been commitedThierry Vignaud2004-10-041-4/+0
|
* do not disable glx when switching from nvidia driver to nv (indirect ↵Thierry Vignaud2004-10-041-1/+0
| | | | support, #11285)
* do not failled when hw db is corruptedThierry Vignaud2004-10-041-1/+15
|
* on stop blacklist snd-usb-audioThierry Vignaud2004-10-011-0/+7
|
* update iftab when new ethernet devices are detectedOlivier Blin2004-09-171-0/+1
|
* probe firewire and pcmcia network devices tooOlivier Blin2004-09-171-1/+1
|
* adapt to new nvidia driver locationThierry Vignaud2004-09-141-1/+1
|
* space cleanupThierry Vignaud2004-09-141-1/+1
|
* cleanupsThierry Vignaud2004-09-101-2/+6
|
* perl_checker cleanupsThierry Vignaud2004-09-101-2/+2
|
* autoconfigure mice on bootstrappingThierry Vignaud2004-09-101-6/+3
|
* log which tools are runnedThierry Vignaud2004-09-081-0/+1
|
* fix log message when we cannot run a configuratorThierry Vignaud2004-09-081-1/+1
|
* add/update a few commentsThierry Vignaud2004-09-071-1/+4
|
* explicitely do not try to run configurator for AGP, ATA_STORAGE, SATA_STORAGE,Thierry Vignaud2004-09-071-0/+1
| | | | | | SCSI_CONTROLLER and TV classes (some of them [eg: TV] do have a configurator for harddrake GUI and thus are not skiped by -x test)
* typo fixThierry Vignaud2004-09-061-1/+1
|
* add module for storage controllers that are not compiled built-in in kernelThierry Vignaud2004-09-061-3/+1
|
* write modules conf files if a tv card is detectedOlivier Blin2004-09-011-0/+2
|
* killer feature: restore bootsplash modeOlivier Blin2004-08-251-0/+5
|
* don't abort miserably if configurator is codeOlivier Blin2004-08-251-1/+1
|
* fix typoOlivier Blin2004-08-251-1/+1
|
* rename loop variable in order to prevent trainee to be confusedThierry Vignaud2004-08-251-3/+3
|
* support inline configuatorsThierry Vignaud2004-08-251-1/+6
|
* run proper program :-)Thierry Vignaud2004-08-251-1/+1
|
* just go on if --force is passedThierry Vignaud2004-08-251-1/+4
|
* check usb controllers on bootOlivier Blin2004-08-181-0/+3
|
* perl_checker compliancePascal Rigaux2004-08-111-1/+1
|
* check the XF86Config and/or XF86Config-4 exist before modifying itPascal Rigaux2004-08-021-1/+1
| | | | | (otherwise it creates an empty file) (bugzilla #10487)
* do not offer to configure mouse if we've already automatically reconfigure itThierry Vignaud2004-07-301-0/+1
| | | | | b/c of 2.4.x vs 2.6.x switch
* use new set_removable_auto_configuratorThierry Vignaud2004-07-291-1/+1
|
* 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-10/+10
| | | | | | | | | | | | | | | $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
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* high level explanationThierry Vignaud2004-07-061-0/+1
|
* fix logs of newly added hardwareThierry Vignaud2004-06-201-1/+1
|
* fix warningsThierry Vignaud2004-06-201-2/+2
|
* only log about nv <-> nvidia swtich only if we do have to perform itThierry Vignaud2004-06-201-4/+10
|
* fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.xThierry Vignaud2004-06-201-1/+1
| | | | | switches
* simplify x11 autoconfThierry Vignaud2004-06-201-1/+1
|
* log error if a tool isn't executableThierry Vignaud2004-06-201-1/+5
|
* simplify globetrotter case: skip non interactive stuffThierry Vignaud2004-06-201-1/+1
|
* do not uselessy fork shellsThierry Vignaud2004-06-201-2/+2
|
* log error when we cannot run the config toolThierry Vignaud2004-06-201-1/+7
|
* faster auto mouse reconfiguration on major kernel switchThierry Vignaud2004-06-201-1/+5
|
* harddrake wasn't aware of newly added wireless network card since earlyThierry Vignaud2004-06-201-1/+1
| | | | | 2004/02