summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add minimal support for exFATThierry Vignaud2020-03-207-5/+12
| | | | colorize it the same way as FAT or NTFS
* install dmsetup when encrypting "/"Thierry Vignaud2020-03-192-1/+4
| | | | | | | thus workarounding unbootable minimal system as dracut's crypt module depends on it It should probably a dep in cryptsetup
* remove no more existing modules from various/cryptoThierry Vignaud2020-03-191-0/+3
| | | | (so that rescue system display less "module xxx not found")
* simplify logsThierry Vignaud2020-03-191-2/+1
|
* revert bogus spacing changeThierry Vignaud2020-03-181-1/+1
|
* 18.2518.25Thierry Vignaud2020-03-183-1/+5
|
* prevent adding partial support for online resizing for another fsThierry Vignaud2020-03-181-0/+2
|
* add a note about btrfs limitationsThierry Vignaud2020-03-181-0/+1
|
* fix online resizing not always umountingThierry Vignaud2020-03-182-5/+6
| | | | when fs was mounted on demande (eg: during installation)
* enable to resize XFS even if not on LVMThierry Vignaud2020-03-182-6/+6
|
* mark nilfs2 as somewhat availableThierry Vignaud2020-03-183-1/+3
| | | | | | Not a true FS as it doesn't support extended attributes and thus fails to install packages (mga#26354) but we want to be able to eg: inspect it ("View" in diskrake)
* actually enable to resize NILFS2Thierry Vignaud2020-03-184-5/+9
| | | | | | | | | | | | bit of support was there but code could not be reached also actually include nilfs-resize for resizing NILFS2 It's only supported online: "This command is valid only for mounted NILFS2 file systems, and will fail if the device has no active mounts." Note that ext3/4 could use the same path but only for growing. XFS could also share that path...