| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- do some detection in dm stage
- fix bad test
- display better name
|
| |
|
|
|
|
|
| |
- more use of MDK::Common
|
|
|
|
|
|
| |
- boot: only check for removed/added disks, video card, ethernet
devices and mouse
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
- move timeout around configurator asking (still not 100% ok)
|
| |
|
|
|
|
|
| |
redirected to /dev/null; just use a small sh wrapper to fix it
|
|
|
|
|
|
| |
- add "please wait" message
- really don't cry when no previous config
|
| |
|
|
|
|
|
| |
after porting updfstab)
|
|
|
|
|
|
|
|
| |
- 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
|
|
- 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
|