summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Dutch translation from TxYuri Chornoivan2016-07-311-5/+4
|
* 17.5317.53Thierry Vignaud2016-07-313-1/+5
|
* init: explain the differences between the twoThierry Vignaud2016-07-311-0/+14
|
* do not switch from gpt to dos scheme on small diskThierry Vignaud2016-07-313-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 GPTThierry Vignaud2016-07-313-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 sha512Pascal Terjan2016-07-312-3/+20
|
* fix .old backup for grub2's grub.cfgThierry Vignaud2016-07-253-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 translationMarek Laane2016-07-251-11/+13
|
* Update Greek translationDimitrios Glentadakis2016-07-231-2/+5
|
* Portuguese-Brazil translation updated by Marcio Padulafilip2016-07-231-5/+4
|
* Update Catalan translation from TxYuri Chornoivan2016-07-181-1/+1
|
* Update Catalan translation from TxYuri Chornoivan2016-07-181-9/+10
|
* Update Catalan translation from TxYuri Chornoivan2016-07-181-1/+1
|
* 17.5217.52Thierry Vignaud2016-07-173-1/+5
|
* grub2: fix not being able to edit default cmdlineThierry Vignaud2016-07-174-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 mga5Thierry Vignaud2016-07-171-6/+2
|
* Update Swedish translation from TxYuri Chornoivan2016-07-171-5/+4
|
* Slovenian translation updatedfilip2016-07-161-3/+5
|
* Update Basque translation from TxYuri Chornoivan2016-07-151-1/+1
|
* Update Basque translation from TxYuri Chornoivan2016-07-151-11/+7
|
* Update Basque translation from TxYuri Chornoivan2016-07-151-28/+7
|
* do not preinstall mageia-gfxboot-themeThierry Vignaud2016-07-142-1/+3
|
* Update German translation from TxYuri Chornoivan2016-07-141-5/+5
|
* updateThierry Vignaud2016-07-131-1/+1
|
* updateThierry Vignaud2016-07-131-1/+3
|
* Update Ukrainian translationYuri Chornoivan2016-07-131-2/+4
|
* sync with codeThierry Vignaud2016-07-1271-328/+1068
|
* sync ref catalog with sourceThierry Vignaud2016-07-121-3/+8
|
* 17.5117.51Thierry Vignaud2016-07-123-1/+5
|
* make warning more explicit about "BBP" purposeRĂ©mi Verschelde2016-07-124-2/+6
| | | | (BIOS boot partition, thus fixing mga#18923)
* sync libparted view with diskdrake oneThierry Vignaud2016-07-123-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 Vignaud2016-07-121-3/+1
|
* simplify after previous commitThierry Vignaud2016-07-121-4/+3
|
* just put all action buttons in the same boxThierry Vignaud2016-07-121-6/+3
| | | | it looks way better as don't have much actions for quite some time
* simplify: isBusy() already covers isPartOfLVM()Thierry Vignaud2016-07-121-1/+1
|
* don't offer to format RAID or BIOS boot partitionThierry Vignaud2016-07-123-1/+3
|
* BIOS boot partition cannot be mountedThierry Vignaud2016-07-113-1/+6
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-111-7/+61
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-111-4/+4
|
* Update Swedish translation from TxYuri Chornoivan2016-07-101-4/+4
|
* Update Czech translation from TxYuri Chornoivan2016-07-101-5/+5
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-091-50/+68
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-091-6/+6
|
* Update Chinese (Simplified) translation from TxYuri Chornoivan2016-07-091-23/+6
|
* fix starting spice-vdagentdThierry Vignaud2016-07-082-1/+3
|
* (initialize) simplifyThierry Vignaud2016-07-081-5/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2016-07-081-8/+10
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2016-07-081-16/+2
|
* 17.5017.50Thierry Vignaud2016-07-083-1/+5
|
* libvirt integration: start spice-vdagent{d,}Thierry Vignaud2016-07-083-0/+9
| | | | | | | | Aka Qemu guest agent (needs virtio-console) Thus we got keyboard integration on tty w/o having first to click Note: since we do not use systemd-logind, spice-vdagentd must be started with the '-X' option