summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
Commit message (Collapse)AuthorAgeFilesLines
* 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
* only stop boot progressbar if there a non automatic tool to runThierry Vignaud2004-06-181-1/+1
|
* merge globetrotter support from MDK-10-branchThierry Vignaud2004-06-181-1/+4
|
* merge mouse autoreconfiguration when switching between 2.4.x and 2.6.x kernelsThierry Vignaud2004-06-181-0/+8
| | | | | from MDK-10-branch
* merge x11 autoconf support from MDK-10-branchThierry Vignaud2004-06-181-0/+4
|
* do not automatically switch from nv to nvidia (in order to handleThierry Vignaud2004-06-141-2/+2
| | | | | cases where nvidia module crashes the system)
* log removed/added hwThierry Vignaud2004-04-281-0/+3
|
* do automatic sound configuration (one can still switch between OSS andThierry Vignaud2004-04-231-0/+1
| | | | | ALSA through mcc)
* handle again timeoutsThierry Vignaud2004-04-231-1/+1
|
* do X11 configuration automagicallyThierry Vignaud2004-04-231-1/+2
|
* - when automatic flag is set for one hardware class, do not ask forThierry Vignaud2004-04-231-14/+20
| | | | | | | confirmation and just do what is needed - only show "probing in progress" message if we did run an interactive tool
* switch to new harddrake data structureThierry Vignaud2004-04-221-2/+3
|
* log nv<=>nvidia switchesThierry Vignaud2004-04-051-0/+2
|
* let execl() handle the arg array (this is safer)Thierry Vignaud2004-04-011-1/+1
|
* pass timeout parameter tooThierry Vignaud2004-04-011-1/+1
|
* enable to translate a few more messagesThierry Vignaud2004-04-011-1/+1
|
* translate "XYZ was added/removed" messagesThierry Vignaud2004-04-011-2/+2
|
* space "fix"Thierry Vignaud2004-03-291-1/+1
|
* typo fixThierry Vignaud2004-03-291-1/+1
|
* only alter xfree config if we found an nvidia cardThierry Vignaud2004-03-291-6/+7
|
* try several locationsThierry Vignaud2004-03-291-1/+1
|
* check for compressed nvidia modules tooThierry Vignaud2004-03-291-1/+1
|
* typo fixThierry Vignaud2004-03-291-1/+1
|
* switch between nv and nvidia driver if commercial driver isn't installedThierry Vignaud2004-03-241-0/+8
|