Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 25mdk | Thierry Vignaud | 2002-08-29 | 1 | -3/+1 |
| | |||||
* | - kill dead code | Thierry Vignaud | 2002-08-20 | 1 | -21/+3 |
| | | | | | - more use of MDK::Common | ||||
* | - use draksound wizard | Thierry Vignaud | 2002-08-20 | 1 | -2/+2 |
| | | | | | | - boot: only check for removed/added disks, video card, ethernet devices and mouse | ||||
* | check the config file isn't empty | Thierry Vignaud | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | merge timeout and cancel cases | Thierry Vignaud | 2002-07-25 | 1 | -3/+1 |
| | |||||
* | simplify: | Thierry Vignaud | 2002-07-25 | 1 | -5/+1 |
| | | | | | | | - we don't need to set media_type, we don't use it - mouse and mass storage media use the same key, let merge their code path | ||||
* | faster service startup | Thierry Vignaud | 2002-07-23 | 1 | -11/+8 |
| | |||||
* | - configurator got displayed | Thierry Vignaud | 2002-07-09 | 1 | -19/+19 |
| | | | | | - move timeout around configurator asking (still not 100% ok) | ||||
* | time out after 200 seconds | Thierry Vignaud | 2002-07-09 | 1 | -1/+6 |
| | |||||
* | fix boot freeze on hw change: initscript was running us with stdout | Thierry Vignaud | 2002-07-09 | 1 | -13/+1 |
| | | | | | redirected to /dev/null; just use a small sh wrapper to fix it | ||||
* | - only work on start | Thierry Vignaud | 2002-07-08 | 1 | -1/+9 |
| | | | | | | - add "please wait" message - really don't cry when no previous config | ||||
* | skip configuration on firt run | Thierry Vignaud | 2002-07-08 | 1 | -1/+2 |
| | |||||
* | skip hw classes without configurator (which'll have a configurator | Thierry Vignaud | 2002-07-08 | 1 | -0/+1 |
| | | | | | after porting updfstab) | ||||
* | various cleanups: | Thierry Vignaud | 2002-07-08 | 1 | -1/+1 |
| | | | | | | | | - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm | ||||
* | harddrake2: "the return of the vengeance son" | Thierry Vignaud | 2002-07-04 | 1 | -0/+97 |
- harddrake/data.pm: the data structure - harddrake/ui.pm: the ui code - standalone/service_harddrake: the init.d service (which need a few polishing (timeout, ...) - standalone/harddrake2: the ui caller which need to be dadou/ln -fied |