summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* Update translation catalogue.Martin Whitaker2020-06-1779-3638/+4033
|
* installer: restore flat list option for individual package selectionMartin Whitaker2020-06-172-0/+6
| | | | This allows the user to select packages that aren't enabled by rpmsrate.
* Update french translationThierry Vignaud2020-06-171-2/+2
|
* explain the need for HarfBuzzThierry Vignaud2020-06-171-1/+1
|
* Update Ukrainian translationYuri Chornoivan2020-06-171-2/+2
|
* Update translation catalogue.Martin Whitaker2020-06-1779-25997/+25997
|
* Update NEWS.Martin Whitaker2020-06-172-0/+9
|
* Don't use swap on other devices when installing on a removable device (and ↵Martin Whitaker2020-06-171-1/+3
| | | | vice versa).
* Default to no os-prober when installing bootloader on a removable device.Martin Whitaker2020-06-171-1/+6
|
* installer: latest Pango requires HarfBuzz.Martin Whitaker2020-06-171-0/+1
|
* Ignore free space on other devices when allocating partitions on single device.Martin Whitaker2020-06-161-5/+5
|
* Ignore swap on other devices when suggesting partitions on removable device.Martin Whitaker2020-06-161-1/+2
|
* Default to installing EFI bootloader in /EFI/BOOT on removable devices.Martin Whitaker2020-06-161-1/+7
|
* Enhance message for installing bootloaders in /EFI/BOOT.Martin Whitaker2020-06-161-2/+2
| | | | | This may be needed to make a removable device self-bootable as well as to work around buggy BIOSs that don't respect the NVRAM settings.
* When installing on a removable device, suggest an ESP on that device.Martin Whitaker2020-06-163-14/+27
| | | | | We must update the suggestions each time the user selects a different target device.
* Add option to install GRUB2 as EFI default/fallback bootloader.Martin Whitaker2020-06-162-1/+10
| | | | | | i.e. in \EFI\BOOT instead of in \EFI\mageia. This should be used if installing on a removable device, and provides a workaround for buggy BIOSs that don't respect the EFI NVRAM settings.
* Update Spanish translation from TxYuri Chornoivan2020-06-111-13/+14
|
* Update Spanish translation from TxYuri Chornoivan2020-06-111-9/+9
|
* diskdrake: remove partition from /etc/crypttab when deleted (mga#25891)Martin Whitaker2020-06-102-0/+8
|
* 18.3018.30Martin Whitaker2020-06-092-1/+3
|
* Don't show hardware in summary screen when match_all_hardware flag is set.Martin Whitaker2020-06-092-6/+9
| | | | | This avoids showing information about the build host when using the GUI mode of draklive2.
* Update Spanish translation from TxYuri Chornoivan2020-06-071-2/+2
|
* Update Spanish translation from TxYuri Chornoivan2020-06-071-1/+1
|
* Update Spanish translation from TxYuri Chornoivan2020-06-071-6/+6
|
* 18.2918.29Martin Whitaker2020-06-062-1/+3
|
* installer: exclude ISO installer medium from available disks (mga#26714)Martin Whitaker2020-06-052-0/+11
|
* Update German translation from TxYuri Chornoivan2020-05-301-4/+4
|
* Update German translation from TxYuri Chornoivan2020-05-301-11/+11
|
* 18.2818.28Martin Whitaker2020-05-293-1/+7
|
* Don't die in write_grub2 if grub.cfg doesn't exist (mga#26676).Martin Whitaker2020-05-293-1/+5
| | | | | This bug was introduced by the change from renaming to copying grub.cfg. renamef doesn't fail if the file doesn't exist. cp_af does.
* Update German translation from TxYuri Chornoivan2020-05-271-3/+3
|
* Update German translation from TxYuri Chornoivan2020-05-271-5/+5
|
* Update German translation from TxYuri Chornoivan2020-05-271-4/+4
|
* adapt to exfatprogs-1.03Thierry Vignaud2020-05-161-0/+1
| | | | | the other bits has been automatically skipped when rebasing into previous commit
* adjust for exfat labeling change in exfatprogs 1.0.3Thomas Backlund2020-05-161-1/+1
|
* update NEWS for stage218.27.1Thomas Backlund2020-05-081-0/+5
|
* 18.27.1Thomas Backlund2020-05-082-1/+3
|
* - bootloader:Thomas Backlund2020-05-082-2/+5
| | | | | | fix typo x86 -> x64 for matching 64bit grub2-efi(x86-64) (martinw) (bug introduced in commit: e540363478de809a2a9769c5794b3adab60b63eb)
* 18.2718.27Thierry Vignaud2020-05-013-1/+5
|
* (install_raw_grub2) rename /boot/efi as /boot/EFIThierry Vignaud2020-05-013-0/+6
| | | | | | | Mageia mounts the ESP as /boot/EFI and thes grub2 looks at /boot/EFI/EFI But some windows installation end in having /boot/EFI/efi (lowercase) Rename the directory as upercase if needed so that grub2-install doesn't fail (mga#22395)
* acpi service doesn't exist anymoreThierry Vignaud2020-05-013-1/+5
|
* Move disabling fsck back into part_raw()Thierry Vignaud2020-04-231-4/+5
| | | | | | It's more logical. It had been moved to preserve_UUID_after_format() when it got split in commit 01c03167421615cbfbe6c6f626fed22ac6e0992c
* it's now possible to set labels on exfatThierry Vignaud2020-04-233-0/+5
|
* explain moreThierry Vignaud2020-04-231-0/+12
|
* exfat-utils got renamed as exfatprogsThierry Vignaud2020-04-231-1/+1
|
* simplify selecting fs packagesThierry Vignaud2020-04-142-2/+2
| | | | | | | Rationale: they're already covered by fs::format::package_needed_for_partition_type() call above. NTFS got added in commit 06ee50b237dccb9411d589ddcb35ac2a8ca1771a Btrfs got added in commit c12f436ad4dfc6b721a8e4bc9bcd2987c5b30f63
* reindentThierry Vignaud2020-04-141-2/+2
| | | | previous commit nicely showed it was needed
* ntfsprogs has been renamed ntfs-3gThierry Vignaud2020-04-142-5/+5
| | | | which still provides the former but still
* Update Asturian translation from TxYuri Chornoivan2020-04-091-11/+11
|
* Update Asturian translation from TxYuri Chornoivan2020-04-091-51/+56
|