summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add safety net for informing the kernel after writing a DOS partition table.Martin Whitaker2017-04-041-1/+20
| | | | | | | | | | There is an unidentified condition that prevents udevd calling the BLKRRPART ioctl after a partition table is written. It looks like either the kernel or udevd drops device change events if they are too closely spaced in time. So, in the case where we expect udevd to call BLKRRPART, check /proc/partitions to make sure it has done so. Arbitrarily try 5 times, 100ms apart, before giving up and informing the kernel ourselves.
* Don't require a BIOS boot partition when performing an upgrade (mga#20338)Martin Whitaker2017-04-042-2/+4
| | | | | | | | If we are upgrading a system on a GPT disk and it doesn't currently have a BIOS boot partition, the old system must be using a legacy bootloader (e.g. grub). We support the continued use of legacy bootloaders in an upgrade, so there is no need to insist on a BIOS boot partition in this case.