summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
Commit message (Collapse)AuthorAgeFilesLines
* - kill dead codeThierry Vignaud2002-08-201-21/+3
| | | | | - more use of MDK::Common
* - use draksound wizardThierry Vignaud2002-08-201-2/+2
| | | | | | - boot: only check for removed/added disks, video card, ethernet devices and mouse
* check the config file isn't emptyThierry Vignaud2002-08-131-1/+1
|
* merge timeout and cancel casesThierry Vignaud2002-07-251-3/+1
|
* simplify:Thierry Vignaud2002-07-251-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 startupThierry Vignaud2002-07-231-11/+8
|
* - configurator got displayedThierry Vignaud2002-07-091-19/+19
| | | | | - move timeout around configurator asking (still not 100% ok)
* time out after 200 secondsThierry Vignaud2002-07-091-1/+6
|
* fix boot freeze on hw change: initscript was running us with stdoutThierry Vignaud2002-07-091-13/+1
| | | | | redirected to /dev/null; just use a small sh wrapper to fix it
* - only work on startThierry Vignaud2002-07-081-1/+9
| | | | | | - add "please wait" message - really don't cry when no previous config
* skip configuration on firt runThierry Vignaud2002-07-081-1/+2
|
* skip hw classes without configurator (which'll have a configuratorThierry Vignaud2002-07-081-0/+1
| | | | | after porting updfstab)
* various cleanups:Thierry Vignaud2002-07-081-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 Vignaud2002-07-041-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