summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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().
* typo fix :-(Thierry Vignaud2020-03-201-1/+1
|
* 1.641.64Thierry Vignaud2020-03-202-1/+3
|
* 18.2618.26Thierry Vignaud2020-03-203-1/+5
|
* 2.71Thierry Vignaud2020-03-202-1/+3
|
* 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
* enable to repair encrypted LVMs/LUKS (mga#22795)Thierry Vignaud2020-03-203-0/+31
| | | | | - ask for encryption key - add enabled dmcrypts to the list of partitions to look at
* explainThierry Vignaud2020-03-201-0/+2
|
* preset keyboard if DEBUG_INSTALL_LANG is set during buildThierry Vignaud2020-03-202-0/+3
|
* 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
* restrict ourselves to true FSesThierry Vignaud2020-03-191-1/+1
| | | | | | After commit c2fcfde5b3064845d96f7cb29ddc27689ea6e710, mounting eg: exfat strangely fails as it doesn't automatically load exfat. (I suspect it's a bug either in exfat.ko or in util-linux)
* include amd-rng intel-rngThierry Vignaud2020-03-192-0/+3
|
* remove no more existing modules from various/cryptoThierry Vignaud2020-03-192-1/+4
| | | | (so that rescue system display less "module xxx not found")
* Restoring displaying found versionThierry Vignaud2020-03-192-2/+3
| | | | | | | | | | | | | | | And also display a shorter distribution name (eg: "Mageia (Cauldron)" which is still longer than just "Mageia"). history: commit fd8bbba2f02b8bccd69e67c326fd320c0827941d wrongly introduced a "%s" in place of "Mandriva" (w/o adding any argument) Then commit e95388927be1f0de67413bdb5430cf0031710f54 fixed it by replacing "%s" with the displayed release info at end. However commit 3928e119899ee844bc0ac90e963d913782b8ae9c enables us to have the info we want, so just use that
* do not preload all fs modules uselesslyThierry Vignaud2020-03-192-9/+1
|
* just use the fs reported by blkidThierry Vignaud2020-03-192-3/+6
| | | | | | | | | | | Instead of doing brute force guessing. Thus making logs easier to read… Also slightly faster and less error-prone (even if no true FS should havoc on another fs type). We could have fallbacked on ->{fs_type_from_magic} but that would only help iso9660 & the like which are not true FSes such as tested previously by fs::type::true_local_fs_types()
* 1.631.63Thierry Vignaud2020-03-192-1/+3
|
* include Encode::Unicode moduleThierry Vignaud2020-03-192-0/+3
| | | | needed by bootloader::write_refind()
* include all of /usr/lib/udev/hwdb.d (mga#20327)Thierry Vignaud2020-03-192-4/+4
| | | | in order to mirror classical installer
* include ntfs3g compression support pluginThierry Vignaud2020-03-192-0/+5
| | | | It's needed for supporting Windows 10 NTFS "Compact OS"
* include F2FS toolsThierry Vignaud2020-03-192-0/+2
|
* add more tools for XFS & btrfsThierry Vignaud2020-03-192-3/+6
|
* simplify logsThierry Vignaud2020-03-191-2/+1
|
* revert bogus spacing changeThierry Vignaud2020-03-181-1/+1
|