summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* run_program: add helper routine to terminate/kill a process.Martin Whitaker2022-11-261-0/+1
|
* run_program: add optional callback when waiting for program to terminateMartin Whitaker2022-11-261-0/+3
| | | | This allows GUI applications to respond to check-alive pings (mga#31105)
* Update NEWS.Martin Whitaker2022-11-201-0/+3
|
* finish-install: detect and adapt to systems using NetworkManagerMartin Whitaker2022-11-131-0/+1
|
* finish-install: when renaming user, update name in any network config filesMartin Whitaker2022-11-131-0/+3
|
* 18.5118.51Martin Whitaker2022-10-291-0/+2
|
* Ensure efivars are mounted before installing a UEFI bootloader (mga#31008)Martin Whitaker2022-10-241-0/+2
| | | | | | | | | The old way of accessing EFI NVRAM variables via /sys/firmware/efi/vars was removed in Linux 6.0. The new way is to use the efivarfs pseudo- filesystem, which is usually mounted at /sys/firmware/efi/efivars. We need to make sure this is actually mounted before attempting to install a UEFI bootloader, otherwise any attempt to write to the EFI NVRAM will fail.
* 18.5018.50Martin Whitaker2022-09-171-0/+2
|
* Update NEWS.Martin Whitaker2022-08-091-0/+2
|
* 18.49.1Thierry Vignaud2022-06-091-0/+2
|
* do not crash if nmap/nmblookup are not installedThierry Vignaud2022-06-091-0/+2
| | | | | | mga#12579 had been fixed long time ago by adding deps to drakxtools-backend but this sadly bloats the minimal installation. Fixing the crash enabled to unbloat the minimal install.
* 18.49Thierry Vignaud2022-06-081-0/+2
|
* Sync with kernel 5.18Thierry Vignaud2022-06-081-0/+1
|
* Sync with kernel 5.17Thierry Vignaud2022-04-131-0/+2
|
* drakxtools/stage2: 18.45: update NEWS18.45distro/mga8Thomas Backlund2021-02-211-0/+5
|
* 18.4318.43Martin Whitaker2021-01-311-0/+3
|
* Don't remove os-prober in bootloader setup before user makes choice (mga#28223)Martin Whitaker2021-01-301-0/+2
| | | | | | | We want to default to no probe when installing onto a removable device. But we shouldn't remove the package before the user makes the choice, because on a live system with no online media it can't be reinstalled if the user overrides the default.
* 18.4218.42Martin Whitaker2021-01-261-0/+3
|
* When running monitor-edid, don't use --try-in-console...Martin Whitaker2021-01-251-0/+2
| | | | as it can cause a GNOME session to die (mga#28124)
* Prefer using UUID for mmcblk and nvme devices (mga#28111)Martin Whitaker2021-01-191-0/+1
| | | | | This avoids boot failure if the kernel enumerates those devices differently.
* service_harddrake: support switching drivers when using Live ISOs with ↵Martin Whitaker2021-01-191-0/+4
| | | | persistence
* 18.4018.40Martin Whitaker2021-01-111-0/+3
|
* drakbug_report: fail quietly when trying journalctl for system log.Martin Whitaker2021-01-111-0/+2
|
* Fix handling of TYPE"64bit" flags when reading rpmsrate.Martin Whitaker2021-01-111-0/+1
| | | | | | The previous fix that prevented false detection of hardware support packages allowed the installer to pre-select the wrong architecture package when both 32-bit and 64bit media were enabled.
* setupBootloaderBefore: Fix syntax of 51-mageia-resume.conf (mga#28055)Nicolas Lécureuil2021-01-101-0/+2
|
* New version 18.3918.39Nicolas Lécureuil2021-01-041-0/+4
|
* 18.3818.38Thierry Vignaud2020-12-291-0/+2
|
* diskdrake: restrict line length when displaying base device info.Martin Whitaker2020-12-221-0/+2
| | | | | This prevents the window extending off screen (mga#27882). Matches what was already done when displaying partition info.
* Add option to configure rEFInd to not use EFI NVRAM (mga#27838)Martin Whitaker2020-12-211-0/+1
| | | | | The combination of this and installing in \EFI\BOOT provides a workaround for machines where the NVRAM is broken or worn out.
* Fix false detection of GRUB2 when installed in ESP but not in /boot.Martin Whitaker2020-12-191-0/+2
| | | | | This caused the installer to select non-graphical GRUB2 as the default bootloader method (mga#27816).
* Erase iso9660 signature when clearing hybrid ISO partition table (mga#27864)Martin Whitaker2020-12-191-0/+1
|
* diskdrake: fix adding parts to extended partition on hybrid ISO (mga#27862)Martin Whitaker2020-12-181-0/+2
|
* drakbug_report: include draklive-install.logMartin Whitaker2020-12-181-0/+1
|
* drakbug_report: also try journalctl for system log.Martin Whitaker2020-12-181-0/+3
|
* 18.3718.37Thierry Vignaud2020-12-051-0/+2
|
* sync with kernel 5.10Thierry Vignaud2020-12-031-0/+1
|
* recognize more rtw88_*Thierry Vignaud2020-12-011-0/+2
|
* 18.3618.36Thierry Vignaud2020-11-251-0/+2
|
* Fix compiling with glibc-2.32Thierry Vignaud2020-11-251-0/+2
| | | | Old legacy RPC bits were finally axed so we need to link against libtirpc
* 18.3518.35Thierry Vignaud2020-11-201-0/+2
|
* Fix a crash when detecting a mdadm RAID array (mga#26707)Martin Whitaker2020-11-191-0/+3
| | | | | | get_hds() did not handle the case of a mdadm RAID array created using raw devices instead of partitions. The drakx tools never do this, but the user may have done it another way.
* Disable timeout when removing unused packages.Martin Whitaker2020-11-141-0/+2
| | | | It can cause irrepairable damage to the rpm database (mga#27580).
* drakhardware: fix hardware support package detection (mga#27122)Martin Whitaker2020-10-151-0/+3
| | | | | | | | | This bug was caused by the introduction of TYPE"64bit" in rpmsrate. The code in pkgs::read_rpmsrate() marked any package flagged as TYPE"some type" as being a hardware support package. drakhardware checks and ensures that all hardware support packages are installed, so was wrongly selecting packages such as lsb-lib64 and lsb-core-lib64 which are flagged as TYPE"64bit".
* 18.3418.34Thierry Vignaud2020-10-141-0/+2
|
* sync with kernel 5.9Thierry Vignaud2020-10-141-0/+1
|
* Update NEWS.Martin Whitaker2020-09-151-0/+4
|
* Keep timeout value when it's 0 (mga#27158)Thierry Vignaud2020-08-211-0/+3
| | | | | Rationale: setVarsInSh() excludes lines where value is 0, undefined or empty string
* 18.3318.33Thierry Vignaud2020-08-191-0/+2
|
* remove doble entryThierry Vignaud2020-08-191-1/+1
|
* Fix failure to update grub2 config when service_harddrake attempts to ↵Martin Whitaker2020-08-151-0/+2
| | | | add/remove the nokmsboot option.