Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 18.4018.40 | Martin Whitaker | 2021-01-11 | 1 | -0/+3 | |
| | ||||||
* | drakbug_report: fail quietly when trying journalctl for system log. | Martin Whitaker | 2021-01-11 | 1 | -0/+2 | |
| | ||||||
* | Fix handling of TYPE"64bit" flags when reading rpmsrate. | Martin Whitaker | 2021-01-11 | 1 | -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écureuil | 2021-01-10 | 1 | -0/+2 | |
| | ||||||
* | New version 18.3918.39 | Nicolas Lécureuil | 2021-01-04 | 1 | -0/+4 | |
| | ||||||
* | 18.3818.38 | Thierry Vignaud | 2020-12-29 | 1 | -0/+2 | |
| | ||||||
* | diskdrake: restrict line length when displaying base device info. | Martin Whitaker | 2020-12-22 | 1 | -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 Whitaker | 2020-12-21 | 1 | -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 Whitaker | 2020-12-19 | 1 | -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 Whitaker | 2020-12-19 | 1 | -0/+1 | |
| | ||||||
* | diskdrake: fix adding parts to extended partition on hybrid ISO (mga#27862) | Martin Whitaker | 2020-12-18 | 1 | -0/+2 | |
| | ||||||
* | drakbug_report: include draklive-install.log | Martin Whitaker | 2020-12-18 | 1 | -0/+1 | |
| | ||||||
* | drakbug_report: also try journalctl for system log. | Martin Whitaker | 2020-12-18 | 1 | -0/+3 | |
| | ||||||
* | 18.3718.37 | Thierry Vignaud | 2020-12-05 | 1 | -0/+2 | |
| | ||||||
* | sync with kernel 5.10 | Thierry Vignaud | 2020-12-03 | 1 | -0/+1 | |
| | ||||||
* | recognize more rtw88_* | Thierry Vignaud | 2020-12-01 | 1 | -0/+2 | |
| | ||||||
* | 18.3618.36 | Thierry Vignaud | 2020-11-25 | 1 | -0/+2 | |
| | ||||||
* | Fix compiling with glibc-2.32 | Thierry Vignaud | 2020-11-25 | 1 | -0/+2 | |
| | | | | Old legacy RPC bits were finally axed so we need to link against libtirpc | |||||
* | 18.3518.35 | Thierry Vignaud | 2020-11-20 | 1 | -0/+2 | |
| | ||||||
* | Fix a crash when detecting a mdadm RAID array (mga#26707) | Martin Whitaker | 2020-11-19 | 1 | -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 Whitaker | 2020-11-14 | 1 | -0/+2 | |
| | | | | It can cause irrepairable damage to the rpm database (mga#27580). | |||||
* | drakhardware: fix hardware support package detection (mga#27122) | Martin Whitaker | 2020-10-15 | 1 | -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.34 | Thierry Vignaud | 2020-10-14 | 1 | -0/+2 | |
| | ||||||
* | sync with kernel 5.9 | Thierry Vignaud | 2020-10-14 | 1 | -0/+1 | |
| | ||||||
* | Update NEWS. | Martin Whitaker | 2020-09-15 | 1 | -0/+4 | |
| | ||||||
* | Keep timeout value when it's 0 (mga#27158) | Thierry Vignaud | 2020-08-21 | 1 | -0/+3 | |
| | | | | | Rationale: setVarsInSh() excludes lines where value is 0, undefined or empty string | |||||
* | 18.3318.33 | Thierry Vignaud | 2020-08-19 | 1 | -0/+2 | |
| | ||||||
* | remove doble entry | Thierry Vignaud | 2020-08-19 | 1 | -1/+1 | |
| | ||||||
* | Fix failure to update grub2 config when service_harddrake attempts to ↵ | Martin Whitaker | 2020-08-15 | 1 | -0/+2 | |
| | | | | add/remove the nokmsboot option. | |||||
* | Add --plain to systemctl list-units | Pascal Terjan | 2020-08-07 | 1 | -0/+2 | |
| | | | | | Since systemd 246 it adds some characters at the beginning of the line which break parsing when --plain is not set (mga#27046) | |||||
* | sync with kernel 5.6/5.7 | Thierry Vignaud | 2020-06-28 | 1 | -0/+2 | |
| | ||||||
* | 18.3218.32 | Martin Whitaker | 2020-06-27 | 1 | -0/+2 | |
| | ||||||
* | Fix NEWS (last addition is not released yet). | Martin Whitaker | 2020-06-27 | 1 | -2/+2 | |
| | ||||||
* | diskdrake: fix a crash on whole disk filesystems (mga#26849) | Pascal Terjan | 2020-06-23 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | When a disk has a filesystem directly without a partition table, libparted tells us the partition table is of type loop and we don't have code to handle that, causing a crash: Can't locate partition_table/loop.pm in @INC (you may need to install the partition_table::loop module) (@INC contains: /usr/lib/libDrakX /usr/local/lib64/perl5 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/lib/libDrakX/partition_table.pm line 287. Perl's trace: drakbug::bug_handler() called from /usr/lib/libDrakX/partition_table.pm:287 partition_table::initialize() called from /usr/lib/libDrakX/partition_table/raw.pm:227 partition_table::raw::zero_MBR() called from /usr/lib/libDrakX/fsedit.pm:265 fsedit::get_hds() called from /usr/libexec/diskdrake:74 We should probably be more generic and treat the same way any partition table type name we don't know rather than crashing. | |||||
* | Update NEWS. | Martin Whitaker | 2020-06-21 | 1 | -0/+4 | |
| | ||||||
* | 18.3118.31 | Martin Whitaker | 2020-06-18 | 1 | -0/+2 | |
| | ||||||
* | Update NEWS. | Martin Whitaker | 2020-06-17 | 1 | -0/+1 | |
| | ||||||
* | diskdrake: remove partition from /etc/crypttab when deleted (mga#25891) | Martin Whitaker | 2020-06-10 | 1 | -0/+2 | |
| | ||||||
* | 18.2818.28 | Martin Whitaker | 2020-05-29 | 1 | -0/+3 | |
| | ||||||
* | Don't die in write_grub2 if grub.cfg doesn't exist (mga#26676). | Martin Whitaker | 2020-05-29 | 1 | -0/+2 | |
| | | | | | 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. | |||||
* | 18.27.1 | Thomas Backlund | 2020-05-08 | 1 | -0/+2 | |
| | ||||||
* | - bootloader: | Thomas Backlund | 2020-05-08 | 1 | -0/+3 | |
| | | | | | | fix typo x86 -> x64 for matching 64bit grub2-efi(x86-64) (martinw) (bug introduced in commit: e540363478de809a2a9769c5794b3adab60b63eb) | |||||
* | 18.2718.27 | Thierry Vignaud | 2020-05-01 | 1 | -0/+2 | |
| | ||||||
* | (install_raw_grub2) rename /boot/efi as /boot/EFI | Thierry Vignaud | 2020-05-01 | 1 | -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 anymore | Thierry Vignaud | 2020-05-01 | 1 | -0/+2 | |
| | ||||||
* | it's now possible to set labels on exfat | Thierry Vignaud | 2020-04-23 | 1 | -0/+2 | |
| | ||||||
* | Fix services::running_systemd(). | Martin Whitaker | 2020-03-21 | 1 | -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 Whitaker | 2020-03-21 | 1 | -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 Whitaker | 2020-03-21 | 1 | -0/+3 | |
| | | | | | Significantly speeds up service_harddrake, and hence Live ISO boot, due to many calls to detect_devices::probeall(). | |||||
* | 18.2618.26 | Thierry Vignaud | 2020-03-20 | 1 | -0/+2 | |
| |