Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add igb module | Pascal Terjan | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | gc no more works at Mandriva | Thierry Vignaud | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | fix a couple of emails | Thierry Vignaud | 2008-01-23 | 5 | -5/+5 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-01-23 | 20 | -21/+22 |
| | |||||
* | - 2008.1 beta1 logo | Pascal Rigaux | 2008-01-23 | 2 | -0/+1 |
| | |||||
* | - bootloader-config, diskdrake: | Pascal Rigaux | 2008-01-22 | 3 | -1/+8 |
| | | | | | | o look for LVM PV on non partitioned disk before looking for DOS partition_table (esp. for lilo which puts the DOS magic) | ||||
* | 10.6.7 | Pascal Rigaux | 2008-01-22 | 2 | -4/+3 |
| | |||||
* | - add xkb/symbols/inet (which is now needed by default for pc105) | Pascal Rigaux | 2008-01-22 | 2 | -1/+3 |
| | |||||
* | 10.6.6 | Pascal Rigaux | 2008-01-22 | 3 | -1/+5 |
| | |||||
* | - bootloader-config: | Pascal Rigaux | 2008-01-22 | 2 | -4/+10 |
| | | | | | o fix root=xxx parameter for "/" on lvm using UUID= in fstab (#36542) | ||||
* | fix previous commit | Pascal Rigaux | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | handle missing mbr_signature in /sys/firmware/edd/int13_dev* | Pascal Rigaux | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | Update zh_TW translation | Shiva Huang | 2008-01-22 | 1 | -23/+30 |
| | |||||
* | - 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 |