Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use mdadm --chunk option when creating level 1 RAID (mga#33767) | Martin Whitaker | 6 days | 1 | -0/+1 |
| | | | | | mdadm used to ignore the --chunk option when creating a new array with --level=1. But recent versions treat this as an error. | ||||
* | Detect legacy (non-PCI) Intel SST audio DSP devices (mga#33145) | Martin Whitaker | 2024-05-25 | 1 | -0/+1 |
| | | | | | | | | | | On the Broadwell. Bay Trail, Cherry Trail, and Braswell platforms the CPU has direct access to the SST sound device, so the device doesn't appear on the PCI bus. So the only way to detect these devices is to inspect the ACPI device list. As there are only a few devices involved, include the device table here rather than extending ldetect-lst. | ||||
* | perl-install: install rpm's /usr/lib/rpm/sysusers.sh to stage2 image by default | Jani Välimaa | 2024-05-01 | 1 | -0/+1 |
| | |||||
* | perl-install: Drop i586 bits | Jani Välimaa | 2024-04-28 | 1 | -0/+2 |
| | |||||
* | 18.6818.68 | Jani Välimaa | 2024-04-28 | 1 | -0/+3 |
| | |||||
* | 18.6718.67 | Dan Fandrich | 2024-01-05 | 1 | -0/+6 |
| | |||||
* | 18.65 | Thomas Backlund | 2023-07-11 | 1 | -0/+2 |
| | |||||
* | Sync list_modules with kernel 6.4 | Thomas Backlund | 2023-07-08 | 1 | -0/+1 |
| | |||||
* | sync list of modules needing firmware with kernel-desktop-6.4.2-2.mga9 | Thomas Backlund | 2023-07-08 | 1 | -0/+1 |
| | |||||
* | add ntfs3 to isFat_or_NTFS() | Thomas Backlund | 2023-07-08 | 1 | -0/+1 |
| | |||||
* | diskdrake: remove deprecated GtkPaned:handle-size style property (mga#32063) | Jani Välimaa | 2023-07-02 | 1 | -0/+2 |
| | |||||
* | 18.6418.64 | Martin Whitaker | 2023-06-24 | 1 | -0/+4 |
| | |||||
* | 18.6318.63 | Giuseppe Ghibò | 2023-06-06 | 1 | -0/+12 |
| | |||||
* | 18.6118.61 | Martin Whitaker | 2023-04-28 | 1 | -0/+3 |
| | |||||
* | service_harddrake: add nvidia470.ko to nvidia driver module list | Martin Whitaker | 2023-04-28 | 1 | -0/+2 |
| | |||||
* | 18.6018.60 | Martin Whitaker | 2023-04-17 | 1 | -0/+5 |
| | |||||
* | 18.5918.59 | Giuseppe Ghibò | 2023-04-14 | 1 | -0/+5 |
| | |||||
* | 18.5818.58 | Giuseppe Ghibò | 2023-04-08 | 1 | -0/+4 |
| | |||||
* | 18.5718.57 | Martin Whitaker | 2023-03-29 | 1 | -0/+3 |
| | |||||
* | Sync with kernel-6.0 | Thierry Vignaud | 2023-02-23 | 1 | -0/+2 |
| | | | | Fix conflicts when rebasing after tmb changes | ||||
* | 18.5618.56 | Thomas Backlund | 2023-02-09 | 1 | -0/+2 |
| | |||||
* | sync with kernel 6.1 | Thomas Backlund | 2023-02-08 | 1 | -0/+1 |
| | |||||
* | sync with kernel 6.0 | Thomas Backlund | 2023-02-08 | 1 | -0/+1 |
| | |||||
* | sync with kernel 5.19 | Thomas Backlund | 2023-02-08 | 1 | -0/+1 |
| | |||||
* | update list of kernel modules needing firmware | Thomas Backlund | 2023-02-08 | 1 | -0/+2 |
| | |||||
* | Release 18.5518.55 | Pascal Terjan | 2023-01-18 | 1 | -0/+2 |
| | |||||
* | diskdrake: Fix partitions not being displayed for single disks | Pascal Terjan | 2023-01-18 | 1 | -0/+3 |
| | | | | | | | | beb610d87e04f2a6e0dd10b43bd417480668ddc1 fixed a problem but introduced a new one, the solution is to call it in 2 places as we really want the call to update_all to do something. Fixes: mga#31396 | ||||
* | 18.5218.52 | Martin Whitaker | 2022-12-03 | 1 | -0/+3 |
| | |||||
* | Update NEWS. | Martin Whitaker | 2022-11-30 | 1 | -1/+1 |
| | |||||
* | run_program: add helper routine to terminate/kill a process. | Martin Whitaker | 2022-11-26 | 1 | -0/+1 |
| | |||||
* | run_program: add optional callback when waiting for program to terminate | Martin Whitaker | 2022-11-26 | 1 | -0/+3 |
| | | | | This allows GUI applications to respond to check-alive pings (mga#31105) | ||||
* | Update NEWS. | Martin Whitaker | 2022-11-20 | 1 | -0/+3 |
| | |||||
* | finish-install: detect and adapt to systems using NetworkManager | Martin Whitaker | 2022-11-13 | 1 | -0/+1 |
| | |||||
* | finish-install: when renaming user, update name in any network config files | Martin Whitaker | 2022-11-13 | 1 | -0/+3 |
| | |||||
* | 18.5118.51 | Martin Whitaker | 2022-10-29 | 1 | -0/+2 |
| | |||||
* | Ensure efivars are mounted before installing a UEFI bootloader (mga#31008) | Martin Whitaker | 2022-10-24 | 1 | -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.50 | Martin Whitaker | 2022-09-17 | 1 | -0/+2 |
| | |||||
* | Update NEWS. | Martin Whitaker | 2022-08-09 | 1 | -0/+2 |
| | |||||
* | 18.49.1 | Thierry Vignaud | 2022-06-09 | 1 | -0/+2 |
| | |||||
* | do not crash if nmap/nmblookup are not installed | Thierry Vignaud | 2022-06-09 | 1 | -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.49 | Thierry Vignaud | 2022-06-08 | 1 | -0/+2 |
| | |||||
* | Sync with kernel 5.18 | Thierry Vignaud | 2022-06-08 | 1 | -0/+1 |
| | |||||
* | Sync with kernel 5.17 | Thierry Vignaud | 2022-04-13 | 1 | -0/+2 |
| | |||||
* | drakxtools/stage2: 18.45: update NEWS18.45distro/mga8 | Thomas Backlund | 2021-02-21 | 1 | -0/+5 |
| | |||||
* | 18.4318.43 | Martin Whitaker | 2021-01-31 | 1 | -0/+3 |
| | |||||
* | Don't remove os-prober in bootloader setup before user makes choice (mga#28223) | Martin Whitaker | 2021-01-30 | 1 | -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.42 | Martin Whitaker | 2021-01-26 | 1 | -0/+3 |
| | |||||
* | When running monitor-edid, don't use --try-in-console... | Martin Whitaker | 2021-01-25 | 1 | -0/+2 |
| | | | | as it can cause a GNOME session to die (mga#28124) | ||||
* | Prefer using UUID for mmcblk and nvme devices (mga#28111) | Martin Whitaker | 2021-01-19 | 1 | -0/+1 |
| | | | | | This avoids boot failure if the kernel enumerates those devices differently. | ||||
* | service_harddrake: support switching drivers when using Live ISOs with ↵ | Martin Whitaker | 2021-01-19 | 1 | -0/+4 |
| | | | | persistence |