Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - do not put "windows" entry in bootloader for partitions where Windows is not | Pascal Rigaux | 2008-01-22 | 2 | -0/+9 |
| | | | | | present (#8086) | ||||
* | help perl_checker | Pascal Rigaux | 2008-01-22 | 1 | -0/+1 |
| | |||||
* | Update zh_TW translation | Shiva Huang | 2008-01-21 | 1 | -9/+9 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-01-21 | 1 | -20/+14 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-01-21 | 1 | -60/+36 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2008-01-21 | 1 | -16/+12 |
| | |||||
* | Update fr translation | Christophe Berthelé | 2008-01-19 | 1 | -7/+4 |
| | |||||
* | Update fr translation | Christophe Berthelé | 2008-01-19 | 1 | -46/+4 |
| | |||||
* | updated translation | Pavel Maryanov | 2008-01-19 | 1 | -463/+456 |
| | |||||
* | updated translation | Pavel Maryanov | 2008-01-19 | 1 | -830/+724 |
| | |||||
* | updated translation | Pavel Maryanov | 2008-01-19 | 1 | -180/+139 |
| | |||||
* | since we use "state" keywoard, we need feature.pm | Pascal Rigaux | 2008-01-18 | 1 | -0/+1 |
| | |||||
* | "my $foo if 0" semantic has changed in some cases, using the new "state" ↵ | Pascal Rigaux | 2008-01-18 | 4 | -3/+8 |
| | | | | keyword instead | ||||
* | - adapt to perl 5.10.0 | Pascal Rigaux | 2008-01-18 | 2 | -61/+63 |
| | |||||
* | add rt2x00 modules | Olivier Blin | 2008-01-18 | 1 | -0/+1 |
| | |||||
* | split rt modules | Olivier Blin | 2008-01-18 | 1 | -1/+2 |
| | |||||
* | - create /dev/cdrom symlink for installer (#36703) | Pascal Rigaux | 2008-01-18 | 2 | -0/+3 |
| | | | | | | do create the symlink to have it during install (otherwise fs::wild_device::from_part will give a non accessible device) | ||||
* | Update fr translation | Christophe Berthelé | 2008-01-18 | 1 | -10/+10 |
| | |||||
* | 10.6.5 | Pascal Rigaux | 2008-01-17 | 3 | -1/+5 |
| | |||||
* | merge a translation from old libDrakX.po | Thierry Vignaud | 2008-01-17 | 69 | -134/+134 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-01-17 | 71 | -6751/+7529 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-01-17 | 71 | -3292/+4039 |
| | |||||
* | update | Thierry Vignaud | 2008-01-17 | 1 | -6/+6 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-01-17 | 71 | -54869/+53685 |
| | |||||
* | - drakboot: | Pascal Rigaux | 2008-01-17 | 2 | -2/+6 |
| | | | | | o fix handling root=UUID=xxx when modifying a bootloader entry (#36788) | ||||
* | 10.6.4 | Pascal Rigaux | 2008-01-14 | 2 | -1/+3 |
| | |||||
* | - localedrake, drakx-finish-install: | Pascal Rigaux | 2008-01-14 | 3 | -13/+30 |
| | | | | | | | | | | | | | o fix proposing Belgium when lang is "nl" and locales-fr is not installed (same for Canada with lang "fr" and locales-en not installed) (#36413) nb: - removed restricting countries to installed locales in list_countries(), since c2locale is wrong for countries like CA or BE which have more than one lang - country_to_locales() is replaced with countries_to_locales() to avoid redoing the same computation all the time | ||||
* | - do not sort languages in "choose language" step in graphical mode, since the | Pascal Rigaux | 2008-01-11 | 2 | -1/+5 |
| | | | | | | sort is done on the non-translated strings (eg: we display "Espanol" but we sort on Spanish ) | ||||
* | 10.6.3 | Pascal Rigaux | 2008-01-09 | 1 | -0/+2 |
| | |||||
* | /usr/lib/gconv/KOI8-K.so is no more, take KOI8-*.so | Pascal Rigaux | 2008-01-09 | 2 | -3/+4 |
| | |||||
* | factorize 10.6.3's changelog | Thierry Vignaud | 2008-01-09 | 1 | -2/+1 |
| | |||||
* | 10.6.3 | Thierry Vignaud | 2008-01-09 | 2 | -1/+3 |
| | |||||
* | 10.6.2 | Pascal Rigaux | 2008-01-09 | 2 | -1/+2 |
| | |||||
* | install logo for alpha2 release | Anne Nicolas | 2008-01-09 | 1 | -0/+0 |
| | |||||
* | handle new driver: snd-virtuoso | Thierry Vignaud | 2008-01-08 | 2 | -1/+2 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2008-01-07 | 2 | -1/+4 |
| | | | | | | | | | o fix regression introduced in 10.5.7: do not create alt_xxx entries when adding a new entry in bootloader nb: bug introduced by {verbatim} entry field, reported by Andrey on cooker mailing list | ||||
* | drakupdate_fstab: remove --no-flag option, the "kudzu" option has not been ↵ | Olivier Blin | 2008-01-02 | 3 | -15/+5 |
| | | | | written for ages | ||||
* | never set "sync" option, use default fs options from drakx (#35204) | Olivier Blin | 2008-01-02 | 2 | -4/+3 |
| | |||||
* | remove unused class argument (the caller already checks the class) | Olivier Blin | 2008-01-02 | 2 | -4/+4 |
| | |||||
* | harddrake: check that media are not USB keys before auto-configuring them ↵ | Olivier Blin | 2008-01-02 | 2 | -2/+4 |
| | | | | (#34568) | ||||
* | rename is_auto_configurable_media as is_auto_configurable_class since it ↵ | Olivier Blin | 2008-01-02 | 2 | -4/+4 |
| | | | | just compares class names | ||||
* | fix typo | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | report crash messages in the bug report only when --incident is used (and ↵ | Olivier Blin | 2008-01-02 | 2 | -1/+4 |
| | | | | not when tools explicitely run drakbug with --report), Titi may provide a better fix | ||||
* | cosmetics | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | fix typo in bug message | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | mark the harddrake service as interactive, so that package requests are ↵ | Olivier Blin | 2008-01-02 | 2 | -0/+3 |
| | | | | displayed with parallell init | ||||
* | do no return 0 in harddrake::data::set_removable_configurator so that "Run ↵ | Olivier Blin | 2008-01-02 | 2 | -1/+2 |
| | | | | config tool" gets available again in harddrake (#34794) | ||||
* | harddrake: allow to set zero values in module options (#26515) | Olivier Blin | 2008-01-02 | 2 | -1/+3 |
| | |||||
* | 1.26 | Olivier Blin | 2007-12-21 | 2 | -1/+4 |
| | |||||
* | fix typo | Olivier Blin | 2007-12-21 | 1 | -1/+1 |
| |