Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fixes | Thierry Vignaud | 2016-08-01 | 2 | -34/+34 |
| | |||||
* | Update Dutch translation from Tx | Yuri Chornoivan | 2016-07-31 | 1 | -5/+4 |
| | |||||
* | 17.5317.53 | Thierry Vignaud | 2016-07-31 | 3 | -1/+5 |
| | |||||
* | init: explain the differences between the two | Thierry Vignaud | 2016-07-31 | 1 | -0/+14 |
| | |||||
* | do not switch from gpt to dos scheme on small disk | Thierry Vignaud | 2016-07-31 | 3 | -1/+7 |
| | | | | | | | | or more generally, do not switch from current scheme to default one if not told otherwise else we get errors when partitionning after clearing them, such as: "INTERNAL ERROR: unknown device vda7" | ||||
* | first usable sector is LBA34 for GPT | Thierry Vignaud | 2016-07-31 | 3 | -0/+6 |
| | | | | | | | | same rationale as in commit 767048570e8c44061cb0d6faf689698d3313870c for mga#18666 this wasn't an issue as we later round partition on 1MB boundary but it's still cleaner/safer... | ||||
* | add support for sha256/sha512 and default to sha512 | Pascal Terjan | 2016-07-31 | 2 | -3/+20 |
| | |||||
* | fix .old backup for grub2's grub.cfg | Thierry Vignaud | 2016-07-25 | 3 | -3/+8 |
| | | | | | | | | rationale: write_*() takes (bootloader, all_hd, ext) as parameters (when called from installkernel -> bootloader-config and then only when migrating to uuids as we don't care for 2 first for grub2, just ignore the 3rd too | ||||
* | Updated Estonian translation | Marek Laane | 2016-07-25 | 1 | -11/+13 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2016-07-23 | 1 | -2/+5 |
| | |||||
* | Portuguese-Brazil translation updated by Marcio Padula | filip | 2016-07-23 | 1 | -5/+4 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-07-18 | 1 | -9/+10 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | 17.5217.52 | Thierry Vignaud | 2016-07-17 | 3 | -1/+5 |
| | |||||
* | grub2: fix not being able to edit default cmdline | Thierry Vignaud | 2016-07-17 | 4 | -6/+10 |
| | | | | | | | | | | | | | Keep default append value (aka /etc/default/grub's GRUB_CMDLINE_LINUX_DEFAULT into {default_append} variable) Always use the value passed as now write_grub2_sysconfig() is only called after having offered to display the default cmdline value On first run (during installer) or when migrating from grub-legacy or lilo, we get the first entry's parameters Thus resolving mga#18952 | ||||
* | drakboot.conf is dead since before mga5 | Thierry Vignaud | 2016-07-17 | 1 | -6/+2 |
| | |||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2016-07-17 | 1 | -5/+4 |
| | |||||
* | Slovenian translation updated | filip | 2016-07-16 | 1 | -3/+5 |
| | |||||
* | Update Basque translation from Tx | Yuri Chornoivan | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Update Basque translation from Tx | Yuri Chornoivan | 2016-07-15 | 1 | -11/+7 |
| | |||||
* | Update Basque translation from Tx | Yuri Chornoivan | 2016-07-15 | 1 | -28/+7 |
| | |||||
* | do not preinstall mageia-gfxboot-theme | Thierry Vignaud | 2016-07-14 | 2 | -1/+3 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2016-07-14 | 1 | -5/+5 |
| | |||||
* | update | Thierry Vignaud | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | update | Thierry Vignaud | 2016-07-13 | 1 | -1/+3 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2016-07-13 | 1 | -2/+4 |
| | |||||
* | sync with code | Thierry Vignaud | 2016-07-12 | 71 | -328/+1068 |
| | |||||
* | sync ref catalog with source | Thierry Vignaud | 2016-07-12 | 1 | -3/+8 |
| | |||||
* | 17.5117.51 | Thierry Vignaud | 2016-07-12 | 3 | -1/+5 |
| | |||||
* | make warning more explicit about "BBP" purpose | RĂ©mi Verschelde | 2016-07-12 | 4 | -2/+6 |
| | | | | (BIOS boot partition, thus fixing mga#18923) | ||||
* | sync libparted view with diskdrake one | Thierry Vignaud | 2016-07-12 | 3 | -0/+7 |
| | | | | | | | | | in order to prevent overlapping errors when adding partitions: (b/c libparted doesn't know that diskdrake already removed the partitions in its memory view) "failed to add partition #1 on /dev/vda" "Error: Can't have overlapping partitions." "add_partition failed" | ||||
* | RAID: allow to toggle to expert mode (mga#5804) | Thierry Vignaud | 2016-07-12 | 1 | -3/+1 |
| | |||||
* | simplify after previous commit | Thierry Vignaud | 2016-07-12 | 1 | -4/+3 |
| | |||||
* | just put all action buttons in the same box | Thierry Vignaud | 2016-07-12 | 1 | -6/+3 |
| | | | | it looks way better as don't have much actions for quite some time | ||||
* | simplify: isBusy() already covers isPartOfLVM() | Thierry Vignaud | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | don't offer to format RAID or BIOS boot partition | Thierry Vignaud | 2016-07-12 | 3 | -1/+3 |
| | |||||
* | BIOS boot partition cannot be mounted | Thierry Vignaud | 2016-07-11 | 3 | -1/+6 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2016-07-11 | 1 | -7/+61 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2016-07-11 | 1 | -4/+4 |
| | |||||
* | Update Swedish translation from Tx | Yuri Chornoivan | 2016-07-10 | 1 | -4/+4 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2016-07-10 | 1 | -5/+5 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2016-07-09 | 1 | -50/+68 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2016-07-09 | 1 | -6/+6 |
| | |||||
* | Update Chinese (Simplified) translation from Tx | Yuri Chornoivan | 2016-07-09 | 1 | -23/+6 |
| | |||||
* | fix starting spice-vdagentd | Thierry Vignaud | 2016-07-08 | 2 | -1/+3 |
| | |||||
* | (initialize) simplify | Thierry Vignaud | 2016-07-08 | 1 | -5/+2 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2016-07-08 | 1 | -8/+10 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2016-07-08 | 1 | -16/+2 |
| | |||||
* | 17.5017.50 | Thierry Vignaud | 2016-07-08 | 3 | -1/+5 |
| |