Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync list of drivers needing a firmware with kernel 4.19 | Thierry Vignaud | 2018-11-28 | 1 | -0/+2 |
| | |||||
* | 18.718.7 | Thierry Vignaud | 2018-11-27 | 1 | -0/+2 |
| | |||||
* | display "ESP" in summary under UEFI (cosmetics) | Thierry Vignaud | 2018-11-27 | 1 | -0/+1 |
| | |||||
* | open-vm-tools is handled through rpmsrate | Thierry Vignaud | 2018-11-27 | 1 | -0/+2 |
| | |||||
* | Check DM really is installed, not just present in /usr/share/X11.dm.d. | Martin Whitaker | 2018-11-25 | 1 | -0/+2 |
| | | | | | | The gdm.conf file is in the xinitrc package, so we can't rely on that to determine whether GDM is available. Even if we fix that, this makes our test more robust. | ||||
* | 18.618.6 | Thierry Vignaud | 2018-11-21 | 1 | -0/+2 |
| | |||||
* | Fix DM preference when none is selected. | Martin Whitaker | 2018-11-20 | 1 | -0/+1 |
| | | | | | /etc/X11/lookupdm has been removed from initscripts, but we still need that functionality to select the preferred DM during installation. | ||||
* | Remove version from Enlightenment DE name strings (mga#19341) | Martin Whitaker | 2018-11-20 | 1 | -0/+1 |
| | |||||
* | Update NEWS | Martin Whitaker | 2018-11-20 | 1 | -0/+2 |
| | |||||
* | 18.518.5 | Thierry Vignaud | 2018-11-19 | 1 | -0/+2 |
| | |||||
* | ignore GPT disk w/o BIOS boot part (mga#23844) | Thierry Vignaud | 2018-11-19 | 1 | -0/+1 |
| | | | | | | | in automatic mode, we would potentially suggest a wrong disk if first disc has a GPT layout _without_ a BIOS boot partition. rationale: GPT disks w/o a BIOS boot partition do not have free space for grub2 to embed | ||||
* | sync with kernel 4.1[89] | Thierry Vignaud | 2018-11-15 | 1 | -0/+2 |
| | |||||
* | 18.418.4 | Martin Whitaker | 2018-11-04 | 1 | -0/+3 |
| | |||||
* | Adapt drakdm and set_autologin for display-manager service, not prefdm ↵ | Martin Whitaker | 2018-11-04 | 1 | -0/+1 |
| | | | | (mga#22593) | ||||
* | drakx-in-chroot: allow monitor-edid to be suppressed in package scriptlets. | Martin Whitaker | 2018-10-29 | 1 | -0/+3 |
| | | | | | | mageia-theme runs monitor-edid in its post-install scriptlet, but this can hang indefinitely when run in a nested X session. So add a LOCAL_INSTALL environment variable to flag this case. | ||||
* | release installer too | Thierry Vignaud | 2018-10-15 | 1 | -0/+2 |
| | |||||
* | add bug ID | Thierry Vignaud | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | installer: include Encode::Unicode module | Martin Whitaker | 2018-09-23 | 1 | -0/+1 |
| | | | | needed by bootloader::write_refind() | ||||
* | drakboot: add support for the rEFInd boot manager (mga#15153) | Martin Whitaker | 2018-09-23 | 1 | -0/+2 |
| | |||||
* | 18.118.1 | Thierry Vignaud | 2018-09-14 | 1 | -0/+2 |
| | |||||
* | fix regression where drakx report pkgs failing to install | Thierry Vignaud | 2018-09-14 | 1 | -0/+2 |
| | | | | | | | | | | | rationale: since the following commit: https://github.com/rpm-software-management/rpm/commit/5064276cd946183d711430da44b18608af74ebf1 rpmlib opens/closes the pkgs first in order to check them (introduced in rpm-4.14.2, mga#23531) So we must track whether we're verifying or installing the pkgs before checking whether they've been installed successfuly or not | ||||
* | Revert "Only modify %__dbi_cdb if it is defined" | Thierry Vignaud | 2018-09-14 | 1 | -1/+0 |
| | | | | This reverts commit 0343f1bfc6d9fd76ba6bf911def836a47026a97a. | ||||
* | Only modify %__dbi_cdb if it is defined | Pascal Terjan | 2018-09-14 | 1 | -0/+1 |
| | | | | | This should avoid a misleading 'Too many levels of recursion in macro expansion' message as seen in mga#23531 | ||||
* | do not run monitor-edid with drakx-in-chroot | Thierry Vignaud | 2018-09-13 | 1 | -0/+3 |
| | | | | rationale: it can timeouting | ||||
* | raid fixes affects installer too | Thomas Backlund | 2018-08-26 | 1 | -0/+4 |
| | |||||
* | 18.018.0 | Thierry Vignaud | 2018-08-25 | 1 | -0/+2 |
| | |||||
* | include mode modules for Encode (mga#23481) | Thierry Vignaud | 2018-08-25 | 1 | -0/+1 |
| | |||||
* | installer: remove current media before adding online media (mga#19742) | Thierry Vignaud | 2018-08-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | thus preventing a failure when installing updates (due to udisks-daemon not running) if a package was available in the install media. Note that this will also cause the live system local repo to be removed when finish-install is run after installing the live system to disk. This is harmless - anything in the local repo should also be available in the online media - and indeed, leads to a cleaner system. (committed by Martin Whitaker <mageia@martin-whitaker.me.uk>) | ||||
* | bootloader: include the 'Mageia' entry in the grub2 Default choices (mga#23393) | Martin Whitaker | 2018-08-11 | 1 | -0/+2 |
| | | | | | A parsing bug in bootloader::read_grub2() stopped the main menuentry being added to $bootloader{entries}. | ||||
* | 17.9917.99 | Thierry Vignaud | 2018-08-09 | 1 | -0/+2 |
| | |||||
* | adapt to perl 5.28 | Thierry Vignaud | 2018-08-09 | 1 | -0/+1 |
| | | | | | - perl modules are now in /usr/LIB/perl5 (bin) or /usr/share/perl5 (noarch) - ARCH-linux-thread-multi & version is no more used in path | ||||
* | enhance previous log message | Thierry Vignaud | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | adapt to 1.12 RC1 | Thierry Vignaud | 2018-08-01 | 1 | -0/+1 |
| | |||||
* | add missing hyphen-minus | Thierry Vignaud | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | add missing smartpqi driver (mga#23305) | Thomas Backlund | 2018-07-25 | 1 | -0/+2 |
| | |||||
* | 17.9817.98 | Thierry Vignaud | 2018-06-22 | 1 | -0/+2 |
| | |||||
* | sync with kernel 4.1[5-7] | Thierry Vignaud | 2018-06-22 | 1 | -0/+2 |
| | |||||
* | 17.9717.9712.75e36beb8669302615274ffbb013ac2c92605cafa6 | Thierry Vignaud | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | libinput-list-devices is no more | Thierry Vignaud | 2018-06-05 | 1 | -0/+2 |
| | |||||
* | 17.9617.96 | Martin Whitaker | 2018-03-13 | 1 | -0/+6 |
| | |||||
* | fix logs | Thierry Vignaud | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | 17.9517.95 | Thierry Vignaud | 2018-02-10 | 1 | -0/+2 |
| | |||||
* | further sync with kernel 4.14 | Thierry Vignaud | 2018-02-10 | 1 | -0/+1 |
| | |||||
* | include sensors in udev's HWDB | Thierry Vignaud | 2018-02-10 | 1 | -0/+1 |
| | | | | like for rules, we don't include useless joystick hwdb | ||||
* | include rpm & urpmi tools | Thierry Vignaud | 2018-02-10 | 1 | -0/+3 |
| | |||||
* | 17.9417.94 | Thierry Vignaud | 2018-02-09 | 1 | -0/+2 |
| | |||||
* | add input rules from new systemd (mga#21886) | Thierry Vignaud | 2018-02-09 | 1 | -0/+1 |
| | | | | new systemd broke badly input devices under X.org in Drakx... | ||||
* | include libinput too | Thierry Vignaud | 2018-02-09 | 1 | -0/+1 |
| | | | | helps mga#21886 | ||||
* | include chroot too | Thierry Vignaud | 2018-02-09 | 1 | -0/+3 |
| | | | | adjust NEWS due to previous git rebase/am conflicts having lost NEWS changes | ||||
* | Catch sys_kernel_debug failure for local install | Pascal Terjan | 2018-01-20 | 1 | -0/+2 |
| | | | | | | | | Some systems (for example some virtual machines) don't have any USB devices and the mounting fails as usbcore is not loaded. This is the case for every other call of it and just means USB devices don't get detected. |