Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for removable devices, we've to remove/add them one by one, so when | Thierry Vignaud | 2003-12-29 | 1 | -16/+16 |
| | | | | | | | | several devices of the same class are removed/added, we ask if we should handle them several time. let ask confirmation once per class instead (olivier blin, #6649) | ||||
* | do no ask several times the kernel to switch into verbose mode | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 |
| | | | | | (olivier blin) | ||||
* | really display which devices were removed | Thierry Vignaud | 2003-12-29 | 1 | -1/+1 |
| | |||||
* | remove net aliases if needed | Thierry Vignaud | 2003-11-14 | 1 | -0/+6 |
| | |||||
* | workaround anthill bug #18 (do not overwrite sound aliases when no hardware ↵ | Thierry Vignaud | 2003-10-17 | 1 | -2/+5 |
| | | | | change) | ||||
* | stop bootsplash silent mode if something is detected | Florent Villard | 2003-09-14 | 1 | -1/+2 |
| | |||||
* | while bootstrapping, only write /etc/modules.conf only if we really altered it | Thierry Vignaud | 2003-08-26 | 1 | -1/+0 |
| | | | | | (thus preventing depmod to be runned everytime) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | increase timeout from 5 to 25 seconds | Thierry Vignaud | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | let it look better | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | shut up perl_checker | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | handle multiple removable devices: their managment is different from other hw | Thierry Vignaud | 2003-03-12 | 1 | -19/+31 |
| | | | | | classes since we need to run a config tool per device and not one per hw class | ||||
* | s/perl -w/use diagnostics/ so stat it get removed from package at | Thierry Vignaud | 2003-03-06 | 1 | -1/+2 |
| | | | | | build time | ||||
* | add ieee1394-controller alias and load ohci1394 when a firewire controller ↵ | Thierry Vignaud | 2003-02-27 | 1 | -0/+1 |
| | | | | appeared | ||||
* | handle configurators with options (eg: "diskdrake --removable=scd0") | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | handle floppes, zip drives, dvd-rom, cdrom and burners at startup time | Thierry Vignaud | 2003-02-25 | 1 | -12/+13 |
| | |||||
* | don't black out the screen if not needed | Thierry Vignaud | 2003-02-25 | 1 | -2/+3 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | reconfigure sound slots at boot time (we should enhance slot filling | Thierry Vignaud | 2003-01-23 | 1 | -0/+8 |
| | | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one) | ||||
* | make perl_checker happy | Pascal Rigaux | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-16 | 1 | -7/+7 |
| | |||||
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -1/+1 |
| | | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad) | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | don't detect same removed/added when upgrading from previous releases | Thierry Vignaud | 2002-09-09 | 1 | -0/+1 |
| | |||||
* | - harddrake: | Thierry Vignaud | 2002-09-09 | 1 | -24/+28 |
| | | | | | | | | o don't pollute sbin namespace with one shot scripts o add run wrapper script for harddrake service o disable ?dm part o timeout configurator offer to 5 seconds | ||||
* | - harddrake::data : consolidate common code in custom_id() | Thierry Vignaud | 2002-09-06 | 1 | -16/+15 |
| | | | | | | | - do some detection in dm stage - fix bad test - display better name | ||||
* | 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 |