summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 17.8117.81Rémi Verschelde2017-05-052-1/+3
|
* Log previous changeFrédéric Buclin2017-05-051-0/+2
|
* Make sure 'supplmedia' is defined before using it (mga#20484)Frédéric Buclin2017-05-051-1/+1
|
* 17.8017.80Rémi Verschelde2017-05-033-1/+5
|
* Updated DE selection and advertising artwork for Mageia 6 (mga#20647)Rémi Verschelde2017-05-038-0/+4
|
* typo fixThierry Vignaud2017-05-031-1/+1
|
* drop last references to kernel-multimediaThierry Vignaud2017-05-031-3/+0
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2017-05-021-46/+72
|
* Update Estonian translation from TxYuri Chornoivan2017-04-301-81/+14
|
* Update Estonian translation from TxYuri Chornoivan2017-04-301-124/+11
|
* Update Estonian translation from TxYuri Chornoivan2017-04-301-36/+56
|
* Update Estonian translation from TxYuri Chornoivan2017-04-301-121/+12
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2017-04-271-19/+123
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2017-04-271-42/+63
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2017-04-261-68/+10
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2017-04-261-74/+8
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2017-04-261-44/+16
|
* 17.79: update translations17.79Thomas Backlund2017-04-263-1/+9
|
* Fix Norwegian Bokmål and Nynorsk string (mga#20709)Marja van Waes2017-04-212-7/+9
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2017-04-171-4/+4
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2017-04-171-12/+14
|
* Update Danish translation from TxYuri Chornoivan2017-04-171-16/+17
|
* Update Danish translation from TxYuri Chornoivan2017-04-171-72/+75
|
* Update Danish translation from TxYuri Chornoivan2017-04-171-4/+4
|
* Update Slovenian translation from TxYuri Chornoivan2017-04-161-130/+22
|
* Update Slovenian translation from TxYuri Chornoivan2017-04-161-284/+17
|
* Update Slovenian translation from TxYuri Chornoivan2017-04-161-133/+22
|
* Update Danish translation from TxYuri Chornoivan2017-04-161-15/+14
|
* Update Danish translation from TxYuri Chornoivan2017-04-161-21/+20
|
* Update Danish translation from TxYuri Chornoivan2017-04-161-8/+9
|
* Update Basque translation from TxYuri Chornoivan2017-04-091-61/+7
|
* Update Basque translation from TxYuri Chornoivan2017-04-091-50/+4
|
* Update Basque translation from TxYuri Chornoivan2017-04-091-2/+2
|
* Update Hungarian translation from TxYuri Chornoivan2017-04-081-1/+1
|
* Update Hungarian translation from TxYuri Chornoivan2017-04-081-16/+24
|
* Update Hungarian translation from TxYuri Chornoivan2017-04-081-2/+2
|
* Update Portuguese translation from TxYuri Chornoivan2017-04-061-1/+1
|
* Update Portuguese translation from TxYuri Chornoivan2017-04-061-4/+4
|
* Update Portuguese translation from TxYuri Chornoivan2017-04-061-2/+3
|
* 17.7817.78Anne Nicolas2017-04-042-1/+5
|
* new left background for Mageia 6 rcAnne Nicolas2017-04-041-0/+0
|
* 17.7717.77Rémi Verschelde2017-04-043-3/+7
|
* Document previous commits by Martin WhitakerRémi Verschelde2017-04-042-0/+25
|
* Force reinitialisation of partition suggestions after wiping disk.Martin Whitaker2017-04-041-1/+1
| | | | | | | | When the "Use entire disk" partitioning solution is chosen in a UEFI install, any existing ESP will be deleted, so we must force the partition suggestions to be updated to ensure we create a new one. (this matches what is done in the diskdrake auto-allocate routine)
* kill now useless is_mgalive()Thierry Vignaud2017-04-041-9/+1
|
* Fix fast path for do_pkgs::ensure_is_installed().Martin Whitaker2017-04-041-1/+1
| | | | | The refactoring in commit de1fcc27f943f4ae7b8ac4147a36b196c236619e failed to pass $o_file down to is_installed().
* Fix do_pkgs_standalone::remove() for Live install.Martin Whitaker2017-04-041-1/+2
| | | | | | | | | When running a Live install, we generally need to chroot to the install root when removing packages. This was causing os-prober to be removed from the Live system instead of from the installed system when the "Probe foreign OS" option was unchecked.
* Fix do_pkgs_standalone::are_installed() for Live install.Martin Whitaker2017-04-041-1/+2
| | | | | | | When running a Live install, we generally need to chroot to the install root when checking if packages are installed. There is an exception to this, but the Live installer overrides $::prefix in this case.
* Clean up detection of Live install root in do_pkgs_standalone::install().Martin Whitaker2017-04-041-1/+1
| | | | | Now we have $::isLiveInstall, we can use it. Also use $::prefix instead of hardcoding the path.
* Speed up proc_partitions::compare() and avoid unwanted udev events.Martin Whitaker2017-04-041-3/+3
| | | | | | | | The compare function doesn't look at the filesystem type, so there's no need to probe it. This avoids unwanted udev events when we are checking that the kernel has been informed of partition table changes.