Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Japanese translation from Tx | Yuri Chornoivan | 2018-05-28 | 1 | -5/+6 |
| | | | | (cherry picked from commit cab86f5bb3ee999b41e78b9073d0c9fd8412d531) | ||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2018-05-28 | 1 | -10/+10 |
| | | | | (cherry picked from commit eb28c6b3c6d302fc5c661973376919cc7cfcb71a) | ||||
* | fix wrong Pt translation of XFCE (mga#21252) | Marja van Waes | 2018-05-28 | 1 | -3/+3 |
| | | | | (cherry picked from commit 9bc9ae8ffc3798d33c084c99350c806fb35ff637) | ||||
* | installer: support ChooseMedia in auto-install interactiveSteps. | Martin Whitaker | 2018-05-28 | 1 | -1/+1 |
| | | | | (cherry picked from commit 2115499188dc5fd75370ce389382ae51ef3eb5b6) | ||||
* | further sync with kernel 4.14 | Thierry Vignaud | 2018-05-28 | 1 | -0/+1 |
| | | | | (cherry picked from commit 3ffc79a0be43830570b12867ee91a1d2d8834075) | ||||
* | sync with kernel 4.14 | Thomas Backlund | 2018-05-28 | 1 | -0/+1 |
| | | | | (cherry picked from commit 250dfcd6a66b084282be7bc3c6b253b0374dae1f) | ||||
* | include more input HWDB entries | Thierry Vignaud | 2018-05-28 | 2 | -1/+4 |
| | | | | | (cherry picked from commit 909a11ee8832a2d685f0e57bbe435265a753ec94) (removed entry not available in mga6 and duplicate entry) | ||||
* | installer: force update of /dev/disk/by-uuid after partitioning (mga#22059) | Martin Whitaker | 2018-05-28 | 2 | -0/+9 |
| | | | | | | | | | | 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. (cherry picked from commit 13d0e32733b8c1827335a1551dedbbf88daf369f) | ||||
* | Make fs::get_major_minor() unconditionally read the device numbers. | Martin Whitaker | 2018-05-28 | 1 | -0/+3 |
| | | | | | | | Thus ensuring we get the correct device numbers after writing a partition table (mga#22032). (cherry picked from commit eb497cece2871e59a2f981602e44f303826ffeab) | ||||
* | Fix perl escaping causing commands to not get linked | Pascal Terjan | 2018-05-28 | 2 | -1/+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. (cherry picked from commit d24876d991bbcfb83fd523896dba85e2df1fce46) | ||||
* | do not include some hwdb files from uneeded pkgs | Thierry Vignaud | 2018-05-28 | 2 | -2/+1 |
| | | | | (cherry picked from commit 41fd11bfd0f15880295ab9e361ebda1483ad95f3) | ||||
* | fix merge from wrong branch :-( | Thierry Vignaud | 2018-05-28 | 1 | -1/+1 |
| | | | | (cherry picked from commit d25d07fb2485d2ab87dedf8ffee8db922700eb13) | ||||
* | include part of udev's hwdb (mga#20327) | Thierry Vignaud | 2018-05-28 | 2 | -0/+11 |
| | | | | | | | | | 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. (cherry picked from commit 102339802fe667e53d517f522d24bb9e4c652019) | ||||
* | 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. (cherry picked from commit 1941fa3c6e9a68a1004c92f42493508bb46a32b5) | ||||
* | (read_grub2) handle both linux & linux16 | Thierry Vignaud | 2017-09-18 | 1 | -0/+3 |
| | | | | | | thus we got more data (cherry picked from commit 56c8070207a8395b7fb0c20eb200fd9bd8c76757) | ||||
* | 17.8817.88 | Thomas Backlund | 2017-07-07 | 1 | -0/+4 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2017-06-30 | 1 | -3/+4 |
| | |||||
* | 17.8717.87 | Anne Nicolas | 2017-06-25 | 1 | -0/+4 |
| | |||||
* | left background for Mageia 6 final version | Anne Nicolas | 2017-06-25 | 1 | -0/+0 |
| | |||||
* | 17.8617.86 | Martin Whitaker | 2017-06-23 | 1 | -0/+4 |
| | |||||
* | Centre the advert images displayed by the installer. | Martin Whitaker | 2017-06-23 | 1 | -1/+1 |
| | | | | Gives better appearance at higher screen resolutions. | ||||
* | Increase the default window size of the installer to 1024x768 (mga#20624) | Frédéric Buclin | 2017-06-23 | 2 | -3/+5 |
| | | | | | This permits to correctly display the different panels as some of them contain quite a lot of data. | ||||
* | 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 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2017-06-05 | 1 | -10/+9 |
| | |||||
* | 17.8417.84 | Rémi Verschelde | 2017-06-05 | 1 | -0/+4 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2017-06-04 | 1 | -3/+3 |
| | |||||
* | 17.8317.83 | Thierry Vignaud | 2017-06-04 | 1 | -0/+2 |
| | |||||
* | log previous changes | Thierry Vignaud | 2017-06-04 | 1 | -0/+3 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2017-06-03 | 1 | -2/+2 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2017-06-03 | 1 | -2/+2 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | Update Dutch translation from Tx | Yuri Chornoivan | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | update | Thierry Vignaud | 2017-05-31 | 1 | -13/+13 |
| | |||||
* | 17.8217.82 | Martin Whitaker | 2017-05-06 | 1 | -0/+4 |
| | |||||
* | Don't automatically tag versions on 'make tar' | Rémi Verschelde | 2017-05-05 | 1 | -0/+2 |
| | |||||
* | 17.8117.81 | Rémi Verschelde | 2017-05-05 | 1 | -0/+2 |
| | |||||
* | Log previous change | Frédéric Buclin | 2017-05-05 | 1 | -0/+2 |
| | |||||
* | Make sure 'supplmedia' is defined before using it (mga#20484) | Frédéric Buclin | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | 17.8017.80 | Rémi Verschelde | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | Updated DE selection and advertising artwork for Mageia 6 (mga#20647) | Rémi Verschelde | 2017-05-03 | 7 | -0/+2 |
| | |||||
* | Update Estonian translation from Tx | Yuri Chornoivan | 2017-04-30 | 1 | -36/+56 |
| | |||||
* | Update Estonian translation from Tx | Yuri Chornoivan | 2017-04-30 | 1 | -121/+12 |
| | |||||
* | Update Norwegian Bokmal translation from Tx | Yuri Chornoivan | 2017-04-27 | 1 | -42/+63 |
| | |||||
* | Update Norwegian Bokmal translation from Tx | Yuri Chornoivan | 2017-04-26 | 1 | -44/+16 |
| | |||||
* | 17.79: update translations17.79 | Thomas Backlund | 2017-04-26 | 1 | -0/+4 |
| | |||||
* | Fix Norwegian Bokmål and Nynorsk string (mga#20709) | Marja van Waes | 2017-04-21 | 2 | -7/+9 |
| | |||||
* | Update Danish translation from Tx | Yuri Chornoivan | 2017-04-17 | 1 | -4/+4 |
| | |||||
* | Update Slovenian translation from Tx | Yuri Chornoivan | 2017-04-16 | 1 | -133/+22 |
| |