Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup thanks to perl_checker | Pascal Rigaux | 2004-10-14 | 1 | -2/+2 |
| | |||||
* | remove what should had never been commited | Thierry Vignaud | 2004-10-04 | 1 | -4/+0 |
| | |||||
* | do not disable glx when switching from nvidia driver to nv (indirect ↵ | Thierry Vignaud | 2004-10-04 | 1 | -1/+0 |
| | | | | support, #11285) | ||||
* | do not failled when hw db is corrupted | Thierry Vignaud | 2004-10-04 | 1 | -1/+15 |
| | |||||
* | on stop blacklist snd-usb-audio | Thierry Vignaud | 2004-10-01 | 1 | -0/+7 |
| | |||||
* | update iftab when new ethernet devices are detected | Olivier Blin | 2004-09-17 | 1 | -0/+1 |
| | |||||
* | probe firewire and pcmcia network devices too | Olivier Blin | 2004-09-17 | 1 | -1/+1 |
| | |||||
* | adapt to new nvidia driver location | Thierry Vignaud | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | space cleanup | Thierry Vignaud | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | cleanups | Thierry Vignaud | 2004-09-10 | 1 | -2/+6 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-09-10 | 1 | -2/+2 |
| | |||||
* | autoconfigure mice on bootstrapping | Thierry Vignaud | 2004-09-10 | 1 | -6/+3 |
| | |||||
* | log which tools are runned | Thierry Vignaud | 2004-09-08 | 1 | -0/+1 |
| | |||||
* | 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 |
| |