summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update Asturian translation from TxYuri Chornoivan2020-04-091-2/+2
|
* Update Asturian translation from TxYuri Chornoivan2020-04-081-36/+39
|
* Update Asturian translation from TxYuri Chornoivan2020-04-081-107/+107
|
* Update Asturian translation from TxYuri Chornoivan2020-04-081-28/+28
|
* Update Asturian translation from TxYuri Chornoivan2020-04-021-171/+163
|
* Update Asturian translation from TxYuri Chornoivan2020-04-021-368/+293
|
* Update Asturian translation from TxYuri Chornoivan2020-04-021-342/+247
|
* do not try anymore to restore MBR with liloThierry Vignaud2020-03-251-2/+0
| | | | | | rationale: we don't install lilo anymore, we only support it when upgrading see commit 9001e5c9e7e4235d81d73b92a48c57785374f97e
* modernize exampleThierry Vignaud2020-03-251-1/+1
|
* simplifyThierry Vignaud2020-03-251-10/+4
|
* perl_checker cleanups + kill unused variableThierry Vignaud2020-03-252-5/+4
|
* Fix services::running_systemd().Martin Whitaker2020-03-212-1/+2
| | | | | | systemd has migrated to cgroups v2, so the old test no longer works. Instead, test for the existence of /run/systemd/system as described in https://www.freedesktop.org/software/systemd/man/sd_booted.html.
* service_harddrake: recognise noxconf boot command line option.Martin Whitaker2020-03-212-0/+3
| | | | | | This option disables the creation of /etc/X11/xorg.conf, which allows the X server to automatically configure itself. This works better on some hardware.
* Cache results from detect_devices::getInputDevices().Martin Whitaker2020-03-212-1/+6
| | | | | Significantly speeds up service_harddrake, and hence Live ISO boot, due to many calls to detect_devices::probeall().
* 18.2618.26Thierry Vignaud2020-03-203-1/+5
|
* copy instead of renaming grub.cfg (mga#25542)Thierry Vignaud2020-03-203-1/+4
| | | | | rationale: update-grub2 (or more likely os-prober) 's failure can leave the system in an unbootable state