Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix log message when we cannot run a configurator | Thierry Vignaud | 2004-09-08 | 1 | -1/+1 | |
| | ||||||
* | add/update a few comments | Thierry Vignaud | 2004-09-07 | 1 | -1/+4 | |
| | ||||||
* | explicitely do not try to run configurator for AGP, ATA_STORAGE, SATA_STORAGE, | Thierry Vignaud | 2004-09-07 | 1 | -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 fix | Thierry Vignaud | 2004-09-06 | 1 | -1/+1 | |
| | ||||||
* | add module for storage controllers that are not compiled built-in in kernel | Thierry Vignaud | 2004-09-06 | 1 | -3/+1 | |
| | ||||||
* | write modules conf files if a tv card is detected | Olivier Blin | 2004-09-01 | 1 | -0/+2 | |
| | ||||||
* | killer feature: restore bootsplash mode | Olivier Blin | 2004-08-25 | 1 | -0/+5 | |
| | ||||||
* | don't abort miserably if configurator is code | Olivier Blin | 2004-08-25 | 1 | -1/+1 | |
| | ||||||
* | fix typo | Olivier Blin | 2004-08-25 | 1 | -1/+1 | |
| | ||||||
* | rename loop variable in order to prevent trainee to be confused | Thierry Vignaud | 2004-08-25 | 1 | -3/+3 | |
| | ||||||
* | support inline configuators | Thierry Vignaud | 2004-08-25 | 1 | -1/+6 | |
| | ||||||
* | run proper program :-) | Thierry Vignaud | 2004-08-25 | 1 | -1/+1 | |
| | ||||||
* | just go on if --force is passed | Thierry Vignaud | 2004-08-25 | 1 | -1/+4 | |
| | ||||||
* | check usb controllers on boot | Olivier Blin | 2004-08-18 | 1 | -0/+3 | |
| | ||||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 | |
| | ||||||
* | check the XF86Config and/or XF86Config-4 exist before modifying it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 | |
| | | | | | (otherwise it creates an empty file) (bugzilla #10487) | |||||
* | do not offer to configure mouse if we've already automatically reconfigure it | Thierry Vignaud | 2004-07-30 | 1 | -0/+1 | |
| | | | | | b/c of 2.4.x vs 2.6.x switch | |||||
* | use new set_removable_auto_configurator | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | -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.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 | |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | |||||
* | high level explanation | Thierry Vignaud | 2004-07-06 | 1 | -0/+1 | |
| | ||||||
* | fix logs of newly added hardware | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 | |
| | ||||||
* | fix warnings | Thierry Vignaud | 2004-06-20 | 1 | -2/+2 | |
| | ||||||
* | only log about nv <-> nvidia swtich only if we do have to perform it | Thierry Vignaud | 2004-06-20 | 1 | -4/+10 | |
| | ||||||
* | fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.x | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 | |
| | | | | | switches | |||||
* | simplify x11 autoconf | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 | |
| | ||||||
* | log error if a tool isn't executable | Thierry Vignaud | 2004-06-20 | 1 | -1/+5 | |
| | ||||||
* | simplify globetrotter case: skip non interactive stuff | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 | |
| | ||||||
* | do not uselessy fork shells | Thierry Vignaud | 2004-06-20 | 1 | -2/+2 | |
| | ||||||
* | log error when we cannot run the config tool | Thierry Vignaud | 2004-06-20 | 1 | -1/+7 | |
| | ||||||
* | faster auto mouse reconfiguration on major kernel switch | Thierry Vignaud | 2004-06-20 | 1 | -1/+5 | |
| | ||||||
* | harddrake wasn't aware of newly added wireless network card since early | Thierry Vignaud | 2004-06-20 | 1 | -1/+1 | |
| | | | | | 2004/02 | |||||
* | only stop boot progressbar if there a non automatic tool to run | Thierry Vignaud | 2004-06-18 | 1 | -1/+1 | |
| | ||||||
* | merge globetrotter support from MDK-10-branch | Thierry Vignaud | 2004-06-18 | 1 | -1/+4 | |
| | ||||||
* | merge mouse autoreconfiguration when switching between 2.4.x and 2.6.x kernels | Thierry Vignaud | 2004-06-18 | 1 | -0/+8 | |
| | | | | | from MDK-10-branch | |||||
* | merge x11 autoconf support from MDK-10-branch | Thierry Vignaud | 2004-06-18 | 1 | -0/+4 | |
| | ||||||
* | do not automatically switch from nv to nvidia (in order to handle | Thierry Vignaud | 2004-06-14 | 1 | -2/+2 | |
| | | | | | cases where nvidia module crashes the system) | |||||
* | log removed/added hw | Thierry Vignaud | 2004-04-28 | 1 | -0/+3 | |
| | ||||||
* | do automatic sound configuration (one can still switch between OSS and | Thierry Vignaud | 2004-04-23 | 1 | -0/+1 | |
| | | | | | ALSA through mcc) | |||||
* | handle again timeouts | Thierry Vignaud | 2004-04-23 | 1 | -1/+1 | |
| | ||||||
* | do X11 configuration automagically | Thierry Vignaud | 2004-04-23 | 1 | -1/+2 | |
| | ||||||
* | - when automatic flag is set for one hardware class, do not ask for | Thierry Vignaud | 2004-04-23 | 1 | -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 structure | Thierry Vignaud | 2004-04-22 | 1 | -2/+3 | |
| | ||||||
* | log nv<=>nvidia switches | Thierry Vignaud | 2004-04-05 | 1 | -0/+2 | |
| | ||||||
* | let execl() handle the arg array (this is safer) | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 | |
| | ||||||
* | pass timeout parameter too | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 | |
| | ||||||
* | enable to translate a few more messages | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 | |
| | ||||||
* | translate "XYZ was added/removed" messages | Thierry Vignaud | 2004-04-01 | 1 | -2/+2 | |
| | ||||||
* | space "fix" | Thierry Vignaud | 2004-03-29 | 1 | -1/+1 | |
| |