Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | drakboot: minor fixes to reading/writing rEFInd config files | Martin Whitaker | 2018-10-12 | 2 | -2/+6 | |
| | | | | | | | Fixes a couple of issues found when reading a manually generated file: - allow for extra white space between label and append options - don't simplify the label when writing - rEFInd allows any text string here | |||||
* | Update Danish translation from Tx | Yuri Chornoivan | 2018-10-09 | 1 | -1/+1 | |
| | ||||||
* | Update Danish translation from Tx | Yuri Chornoivan | 2018-10-09 | 1 | -46/+50 | |
| | ||||||
* | 18.218.2 | Thomas Backlund | 2018-10-06 | 2 | -1/+3 | |
| | ||||||
* | service_harddrake: recognize new nvidia390 driver | Thomas Backlund | 2018-10-06 | 2 | -1/+2 | |
| | ||||||
* | Update German translation from Tx | Yuri Chornoivan | 2018-10-04 | 1 | -4/+4 | |
| | ||||||
* | add bug ID | Thierry Vignaud | 2018-09-28 | 2 | -2/+2 | |
| | ||||||
* | regroup drakboot logs | Thierry Vignaud | 2018-09-28 | 1 | -2/+3 | |
| | ||||||
* | installer: include Encode::Unicode module | Martin Whitaker | 2018-09-23 | 2 | -0/+3 | |
| | | | | needed by bootloader::write_refind() | |||||
* | drakboot: add support for the rEFInd boot manager (mga#15153) | Martin Whitaker | 2018-09-23 | 4 | -8/+190 | |
| | ||||||
* | 18.118.1 | Thierry Vignaud | 2018-09-14 | 2 | -1/+3 | |
| | ||||||
* | fix regression where drakx report pkgs failing to install | Thierry Vignaud | 2018-09-14 | 2 | -0/+18 | |
| | | | | | | | | | | | 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 | |||||
* | really fix bogus macro expanding | Thierry Vignaud | 2018-09-14 | 1 | -2/+2 | |
| | | | | | | | | rationale: since the following upstream rpm commit: https://github.com/rpm-software-management/rpm/commit/ca36c2a12bcde1340da0421a788863f83aaccd08 rpm doesn't honor/recognize %__dbi_cdb We now have to alter directly %__dbi_other | |||||
* | Revert "Only modify %__dbi_cdb if it is defined" | Thierry Vignaud | 2018-09-14 | 2 | -11/+2 | |
| | | | | This reverts commit 0343f1bfc6d9fd76ba6bf911def836a47026a97a. | |||||
* | Only modify %__dbi_cdb if it is defined | Pascal Terjan | 2018-09-14 | 2 | -2/+11 | |
| | | | | | 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 | 2 | -1/+4 | |
| | | | | rationale: it can timeouting | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-09-03 | 1 | -24/+17 | |
| | ||||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-09-03 | 1 | -4/+4 | |
| | ||||||
* | raid fixes affects installer too | Thomas Backlund | 2018-08-26 | 1 | -0/+4 | |
| | ||||||
* | 18.018.0 | Thierry Vignaud | 2018-08-25 | 2 | -1/+3 | |
| | ||||||
* | include mode modules for Encode (mga#23481) | Thierry Vignaud | 2018-08-25 | 2 | -0/+4 | |
| | ||||||
* | unicore/lib seems uneeded now | Thierry Vignaud | 2018-08-25 | 1 | -4/+0 | |
| | ||||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-24 | 1 | -3/+4 | |
| | ||||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-23 | 1 | -2/+2 | |
| | ||||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-23 | 1 | -3/+3 | |
| | ||||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2018-08-23 | 1 | -2/+2 | |
| | ||||||
* | remove get_existing change from NEWS, it was only a comment update... | Thomas Backlund | 2018-08-22 | 1 | -1/+0 | |
| | ||||||
* | raid10: use layout f2 with 2 disks for performance | Thomas Backlund | 2018-08-22 | 2 | -0/+2 | |
| | ||||||
* | raid: get_existing(): detect raid10 | Thomas Backlund | 2018-08-22 | 2 | -1/+2 | |
| | ||||||
* | group mdadm changes | Thomas Backlund | 2018-08-22 | 1 | -2/+3 | |
| | ||||||
* | raid10 can be created with just 2 disks as a high-performance raid1 | Thomas Backlund | 2018-08-22 | 2 | -1/+2 | |
| | ||||||
* | raid6 can be used with 3 disks and up | Thomas Backlund | 2018-08-22 | 2 | -1/+2 | |
| | ||||||
* | installer: remove current media before adding online media (mga#19742) | Thierry Vignaud | 2018-08-11 | 3 | -0/+5 | |
| | | | | | | | | | | | | | 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 | 3 | -1/+4 | |
| | | | | | A parsing bug in bootloader::read_grub2() stopped the main menuentry being added to $bootloader{entries}. | |||||
* | 17.9917.99 | Thierry Vignaud | 2018-08-09 | 2 | -1/+3 | |
| | ||||||
* | actually include the XS part of List::MoreUtils::XS | Thierry Vignaud | 2018-08-09 | 1 | -0/+1 | |
| | ||||||
* | adapt to perl 5.28: fix including stuff from pkgs | Thierry Vignaud | 2018-08-09 | 1 | -2/+2 | |
| | | | | need to expand macro when using "matching" | |||||
* | adapt to perl 5.28 | Thierry Vignaud | 2018-08-09 | 2 | -74/+81 | |
| | | | | | - 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 | |
| | ||||||
* | include libinput 1.12 RC2 moved quirks | Thierry Vignaud | 2018-08-01 | 1 | -0/+4 | |
| | ||||||
* | adapt to 1.12 RC1 | Thierry Vignaud | 2018-08-01 | 2 | -2/+1 | |
| | ||||||
* | add missing hyphen-minus | Thierry Vignaud | 2018-08-01 | 1 | -1/+1 | |
| | ||||||
* | add missing smartpqi driver (mga#23305) | Thomas Backlund | 2018-07-25 | 2 | -0/+4 | |
| | ||||||
* | 17.9817.98 | Thierry Vignaud | 2018-06-22 | 3 | -1/+5 | |
| | ||||||
* | sync with kernel 4.1[5-7] | Thierry Vignaud | 2018-06-22 | 2 | -0/+4 | |
| | ||||||
* | Update German translation from Tx | Yuri Chornoivan | 2018-06-13 | 1 | -5/+5 | |
| | ||||||
* | Update Hindi translation from Tx | Yuri Chornoivan | 2018-06-09 | 1 | -40/+5 | |
| | ||||||
* | Update Hindi translation from Tx | Yuri Chornoivan | 2018-06-09 | 1 | -64/+14 | |
| | ||||||
* | Update Hindi translation from Tx | Yuri Chornoivan | 2018-06-09 | 1 | -31/+11 | |
| | ||||||
* | 17.9717.9712.75e36beb8669302615274ffbb013ac2c92605cafa6 | Thierry Vignaud | 2018-06-05 | 3 | -1/+5 | |
| |