summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update Dutch translation from TxYuri Chornoivan2016-07-061-409/+18
|
* Update Dutch translation from TxYuri Chornoivan2016-07-061-473/+33
|
* Update Dutch translation from TxYuri Chornoivan2016-07-061-133/+20
|
* fix versionThierry Vignaud2016-07-062-2/+2
|
* include pvs/vgs/lvs symlinksThierry Vignaud2016-07-062-1/+2
|
* display a wait message when adding a PV to VGThierry Vignaud2016-07-063-0/+7
|
* 17.4817.49Thierry Vignaud2016-07-063-1/+5
|
* enable to set several swap partitions (mga#9874)Thierry Vignaud2016-07-052-1/+2
|
* respect auto_inst media selection (mga#12299)Thierry Vignaud2016-07-052-0/+10
|
* remember selected media (mga#12299)Thierry Vignaud2016-07-051-0/+3
|
* (enable_choosen_media) split it outThierry Vignaud2016-07-051-0/+5
| | | | | | ... of media_screen() needed for next commit