summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 18.2718.27Thierry Vignaud2020-05-011-0/+2
|
* (install_raw_grub2) rename /boot/efi as /boot/EFIThierry Vignaud2020-05-011-0/+1
| | | | | | | 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-011-0/+2
|
* it's now possible to set labels on exfatThierry Vignaud2020-04-231-0/+2
|
* Fix services::running_systemd().Martin Whitaker2020-03-211-0/+1
| | | | | | 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-211-0/+2
| | | | | | 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-211-0/+3
| | | | | Significantly speeds up service_harddrake, and hence Live ISO boot, due to many calls to detect_devices::probeall().
* 18.2618.26Thierry Vignaud2020-03-201-0/+2
|
* copy instead of renaming grub.cfg (mga#25542)Thierry Vignaud2020-03-201-0/+1
| | | | | 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-201-0/+2
| | | | colorize it the same way as FAT or NTFS
* 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
|
* 18.2518.25Thierry Vignaud2020-03-181-0/+2
|
* enable to resize XFS even if not on LVMThierry Vignaud2020-03-181-0/+1
|
* mark nilfs2 as somewhat availableThierry Vignaud2020-03-181-0/+1
| | | | | | 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-181-0/+1
| | | | | | | | | | | | 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...
* sync with kernel 5.5Thierry Vignaud2020-03-181-0/+1
|
* add support for F2FSThierry Vignaud2020-03-181-0/+1
|
* partially podify fs::*Thierry Vignaud2020-03-181-0/+1
|
* diskdrake: support adding partitions to Live ISOs on USB sticks (mga#25224)Martin Whitaker2020-02-291-0/+1
|
* nilfs2: overwite existing fs when formating (like other FSes)Thierry Vignaud2020-02-191-0/+2
|
* drakboot: support setting up uefi on aarch64Pascal Terjan2020-01-011-0/+1
| | | | | | | | Partially tested on Amazon EC2, instance still didn't boot (as it needed it to be installed in removable mode (EFI/boot/bootaa64.efi) to be found) but at least drakboot --boot worked (except for failing to enabled acpid service) and things seem to be in the expected place.
* update list for modules needing firmwareThomas Backlund2019-12-221-1/+2
|
* sync with kernel 5.3Thierry Vignaud2019-10-091-0/+1
|
* better formatingThierry Vignaud2019-10-091-1/+2
|
* Update NEWS with previous fixPapoteur2019-08-251-0/+2
|
* 18.21Rémi Verschelde2019-06-231-0/+4
|
* real 18.2018.20Thomas Backlund2019-06-181-0/+2
|
* 18.20Thomas Backlund2019-06-181-0/+1
|
* update list for modules needing firmwareThomas Backlund2019-06-171-0/+1
|
* recognize 8821ce (mga#24605)Thierry Vignaud2019-06-111-0/+2
|
* 18.18Thomas Backlund2019-05-201-0/+4
|
* 18.1718.17Jani Välimaa2019-05-121-0/+2
|
* drakautologin: add new functions get_session_file and ↵Jani Välimaa2019-05-111-0/+2
| | | | get_session_file_with_extension
* 18.1618.16Thomas Backlund2019-05-111-0/+3
|
* drakautologin: add session support for lightdmJani Välimaa2019-05-031-0/+1
|
* update list of modules needing firmwareThomas Backlund2019-05-031-0/+2
|
* 18.1518.15Thierry Vignaud2019-05-031-0/+2
|
* adapt to kernel 5.1Thierry Vignaud2019-05-031-0/+2
|
* 18.1318.13Martin Whitaker2019-04-211-0/+3
|
* Update NEWS.Martin Whitaker2019-04-201-0/+1
|
* Store country code in /etc/locale.conf (mga#24671)Martin Whitaker2019-04-201-0/+1
| | | | | This allows the installer to show the correct country when performing an upgrade.
* Fix resizing of encrypted partitions (mga#22032)Martin Whitaker2019-04-161-0/+2
| | | | | | | | When performing a lossy resize, we must make sure luksOpen is called *after* the partition table has been written and the kernel has been informed of the new size. The simplest fix is to write the partition table at the time the user requests the resize, as we already do for a lossless resize.
* 18.1118.11Martin Whitaker2019-03-161-0/+3
|
* sync with kernel 5.0Thierry Vignaud2019-03-081-0/+2
| | | | Note that we did NOT sync with 4.20
* 18.1018.10Martin Whitaker2019-02-031-0/+4
|
* 18.918.9Martin Whitaker2018-12-171-0/+3
|
* Support 32-bit UEFI with 64-bit O/S.Martin Whitaker2018-12-171-1/+3
|
* bootloader: only prefer rEFInd if it installed in the root fs (mga#23944)Martin Whitaker2018-12-081-0/+1
|
* - desktop kernels are now PAE, for PTI security fixes to work properly,Thomas Backlund2018-12-011-0/+3
| | | | so if cpu is not supporting it, install the desktop586 kernel