Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 17.9317.93 | Thomas Backlund | 2018-01-19 | 1 | -1/+3 |
| | |||||
* | sync with kernel 4.14 | Thomas Backlund | 2018-01-19 | 1 | -0/+1 |
| | |||||
* | include more input HWDB entries | Thierry Vignaud | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | installer: force update of /dev/disk/by-uuid after partitioning (mga#22059) | Martin Whitaker | 2018-01-09 | 1 | -0/+2 |
| | | | | | | | | Because stage2 does not include the udev 60-blocks.rule, udev does not automatically update the soft links in /dev/disk/by-uuid after we write the partition table and format the partitions. We need these links to be updated before we create the initrd. It would be cleaner to fix this with a udev rule, but for now, use brute force. | ||||
* | Make fs::get_major_minor() unconditionally read the device numbers. | Martin Whitaker | 2018-01-09 | 1 | -0/+4 |
| | | | | | Thus ensuring we get the correct device numbers after writing a partition table (mga#22032). | ||||
* | 17.9217.92 | Thomas Backlund | 2018-01-04 | 1 | -0/+2 |
| | |||||
* | Really exit on error | Pascal Terjan | 2018-01-04 | 1 | -0/+1 |
| | | | | Incorrect code noticed in a comment on mga#22266 | ||||
* | Fix perl escaping causing commands to not get linked | Pascal Terjan | 2018-01-04 | 1 | -0/+2 |
| | | | | | Noticed in the build log: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/sub (\w+?)_?(\(\))? { <-- HERE .*/ at -e line 1. | ||||
* | 17.9117.91 | Thierry Vignaud | 2017-10-04 | 1 | -0/+2 |
| | |||||
* | do not include some hwdb files from uneeded pkgs | Thierry Vignaud | 2017-10-04 | 1 | -0/+1 |
| | |||||
* | do not include libnss3 modules anymore | Thierry Vignaud | 2017-10-04 | 1 | -0/+2 |
| | | | | rationale: rpm-4.14 now uses OpenSSL | ||||
* | 17.9017.90 | Thierry Vignaud | 2017-09-18 | 1 | -0/+2 |
| | |||||
* | read_grub2: fix undefined labels (mga#19014) | Thierry Vignaud | 2017-09-18 | 1 | -0/+2 |
| | | | | | | | | | | | we were wrongly assuming we entered a new entry when reading eg: "${xen_rm_opts}" (which is why most people never see that error and why I wasn't able to reproduce it, one would need Xen or similar to be installed) Then drakboot would crash with: drakboot crashed ("undefined value for mandatory argument 'text' encountered at ugtk3.pm" Theorically, it could happen with DrakX too when updating a system with Xen. | ||||
* | (read_grub2) handle both linux & linux16 | Thierry Vignaud | 2017-09-18 | 1 | -0/+3 |
| | | | | thus we got more data | ||||
* | 17.8917.89 | Thierry Vignaud | 2017-09-07 | 1 | -0/+2 |
| | |||||
* | List::MoreUtils is now pure perl | Thierry Vignaud | 2017-09-07 | 1 | -0/+1 |
| | |||||
* | adapt to URPM-5.14 (using perl native ints) | Thierry Vignaud | 2017-09-07 | 1 | -0/+1 |
| | | | | See mga#21441 | ||||
* | include part of udev's hwdb (mga#20327) | Thierry Vignaud | 2017-09-07 | 1 | -0/+2 |
| | | | | | | | Let's hope it fixes touchpad in installer. Such a missing file might also explain why adding the udev rule wasn't enough for mga#20074. | ||||
* | 17.8817.88 | Thomas Backlund | 2017-07-07 | 1 | -0/+4 |
| | |||||
* | 17.8717.87 | Anne Nicolas | 2017-06-25 | 1 | -0/+4 |
| | |||||
* | 17.8617.86 | Martin Whitaker | 2017-06-23 | 1 | -0/+4 |
| | |||||
* | 17.8517.85 | Thierry Vignaud | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | Don't overwrite custom grub2 settings when updating/upgrading (mga#20596) | Martin Whitaker | 2017-06-22 | 1 | -0/+1 |
| | | | | | Fixes a corner case bug where GRUB_DEFAULT and GRUB_SAVEDEFAULT would be overwritten if previously set to a value that evaluates as false. | ||||
* | list 8812au (mga#21043) | Thierry Vignaud | 2017-06-10 | 1 | -0/+2 |
| |