Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generate proper efi isohybrid | Thomas Backlund | 2015-05-22 | 2 | -1/+3 |
| | |||||
* | use xorriso for proper efi metadata | Thomas Backlund | 2015-05-22 | 2 | -2/+4 |
| | |||||
* | Update translations | Yuri Chornoivan | 2015-05-22 | 2 | -18/+13 |
| | |||||
* | Slovenian translation added | filip | 2015-05-21 | 1 | -4/+7 |
| | |||||
* | Updated Estonian translation | Marek Laane | 2015-05-21 | 3 | -26/+104 |
| | |||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2015-05-21 | 1 | -3/+3 |
| | |||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2015-05-21 | 1 | -5/+2 |
| | |||||
* | Update Slovak translation from Tx | Yuri Chornoivan | 2015-05-21 | 1 | -20/+20 |
| | |||||
* | Update Slovak translation from Tx | Yuri Chornoivan | 2015-05-21 | 1 | -5/+2 |
| | |||||
* | Update translations from Tx | Yuri Chornoivan | 2015-05-21 | 3 | -82/+86 |
| | |||||
* | Update Basque translation | Egoitz Rodriguez | 2015-05-21 | 3 | -33/+49 |
| | |||||
* | shorten Dutch sentence | Marja van Waes | 2015-05-21 | 1 | -2/+2 |
| | |||||
* | update Dutch translation | Marja van Waes | 2015-05-21 | 1 | -3/+7 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2015-05-21 | 1 | -4/+8 |
| | |||||
* | Updated Turkish translation | tarakbumba | 2015-05-21 | 1 | -1092/+317 |
| | |||||
* | Updated Turkish translation | tarakbumba | 2015-05-21 | 1 | -5/+10 |
| | |||||
* | Updated Turkish translation | tarakbumba | 2015-05-21 | 1 | -9/+10 |
| | |||||
* | 16.10016.100 | Thierry Vignaud | 2015-05-20 | 2 | -1/+3 |
| | |||||
* | update | Thierry Vignaud | 2015-05-20 | 1 | -3/+7 |
| | |||||
* | sync with code | Thierry Vignaud | 2015-05-20 | 72 | -977/+2806 |
| | |||||
* | add online media at installation end (mga#8819) | Thierry Vignaud | 2015-05-20 | 2 | -6/+27 |
| | |||||
* | fix log | Thierry Vignaud | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | 16.9916.99 | Thierry Vignaud | 2015-05-20 | 3 | -1/+5 |
| | |||||
* | display cosmetics when reading back GPT | Thierry Vignaud | 2015-05-20 | 3 | -0/+8 |
| | | | | | let's diskdrake show the same types as for MBR partitions. to be cleaned once we switch to libparted for everything... | ||||
* | fix default grub2 kernel parameters (mga#15984) | Thierry Vignaud | 2015-05-20 | 3 | -1/+3 |
| | |||||
* | do not wrongly detect grub2 on UEFI | Thierry Vignaud | 2015-05-20 | 3 | -0/+5 |
| | | | | | | when there's actually no bootloader installed rationale: grub2 is detected if both grub.cfg & install.sh exist | ||||
* | prefer 'fat32' over 'fat16' | Thierry Vignaud | 2015-05-20 | 1 | -0/+2 |
| | | | | | not that important as we do the format/..., we only rely on libparted for writing the partition table & setting the GUID, but just in case... | ||||
* | libparted: map 'fat32' to 'vfat' (mga#15987) | Thierry Vignaud | 2015-05-20 | 3 | -0/+9 |
| | | | | | | | fix fs returned by libparted thus fixing mount point for FAT partitions on GTP (mga#15987) this also fix setting the proper GUID for FAT partitions on GPT | ||||
* | simplify | Thierry Vignaud | 2015-05-20 | 1 | -4/+8 |
| | | | | needed for next commit | ||||
* | 16.9816.98 | Thierry Vignaud | 2015-05-19 | 2 | -1/+3 |
| | |||||
* | don't try to install scim-googlepinyin (mga#6681) | Thierry Vignaud | 2015-05-19 | 3 | -2/+6 |
| | | | | it has never been imported in Mageia... | ||||
* | fix setting banner icon top margin (mga#12358) | Thierry Vignaud | 2015-05-19 | 2 | -1/+4 |
| | | | | | | Gtk3's gtk_widget_set_margin_top() really is buged when margin < 0 bug introduced in commit f5ed08a589bc9081c68188c464a5a978557d0b2a | ||||
* | fix an error with --testing (mga#13363) | Thierry Vignaud | 2015-05-19 | 2 | -2/+3 |
| | | | | also fix a non crash error with rm() | ||||
* | fix crash with --windows_import (mga9347) | Thierry Vignaud | 2015-05-19 | 2 | -1/+2 |
| | | | | bug introduced in commit a8111ada7f12b135d6abf5b6d86084b3377da08c | ||||
* | fix crash (mga#13627) | Thierry Vignaud | 2015-05-19 | 2 | -1/+4 |
| | | | | bug introduced in commit 3cf3179c502b85693b4b9fed28cc6c0695ee98b6 | ||||
* | 16.9716.97 | Thierry Vignaud | 2015-05-18 | 3 | -1/+5 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | enables to get raw available space (mga15257) | Thierry Vignaud | 2015-05-18 | 3 | -2/+7 |
| | |||||
* | (getNeededMinSpace) split it out | Thierry Vignaud | 2015-05-18 | 1 | -3/+9 |
| | | | | needed for mga#15257 | ||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2015-05-17 | 1 | -6/+7 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2015-05-17 | 1 | -2/+2 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2015-05-17 | 1 | -28/+51 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2015-05-17 | 1 | -56/+147 |
| | |||||
* | 16.9616.96 | Thierry Vignaud | 2015-05-17 | 3 | -1/+5 |
| | |||||
* | fix regression refusing FAT for ESP (mga#15962) | Thierry Vignaud | 2015-05-17 | 4 | -2/+11 |
| | | | | regression introduced in commit ae5b3ce9845669227ef06c90dfaa1065a7ceebe8 | ||||
* | log which mount has not a true fs (mga#15962) | Thierry Vignaud | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | log which disk we've issue with | Thierry Vignaud | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Update Slovak translation from Tx | Yuri Chornoivan | 2015-05-17 | 1 | -140/+164 |
| | |||||
* | Update Slovak translation from Tx | Yuri Chornoivan | 2015-05-17 | 1 | -2/+2 |
| |