summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Japanese translation from TxYuri Chornoivan2018-05-281-1/+1
| | | | (cherry picked from commit f4658d03ede48c2268c29868f146d1d79b16ee82)
* Update Chinese (Traditional) translation from TxYuri Chornoivan2018-05-281-7/+64
| | | | (cherry picked from commit a331cb041ab201174dc52ee023b1ae84ec26bf97)
* Fix wrong Norwegian translation of 'minute' plurals (mga#21604)Yuri Chornoivan2018-05-282-2/+2
| | | | (cherry picked from commit 24e90d9ba45dabdc592ab4ae97b18556664a3770)
* Update Chinese (Traditional) translation from TxYuri Chornoivan2018-05-281-7/+7
| | | | (cherry picked from commit dd3dd0927b7d9e74a92a00fe24bb418a87b5c478)
* Update Japanese translation from TxYuri Chornoivan2018-05-281-45/+1
| | | | (cherry picked from commit 7c5188715d04db308a6691e21b4249ca5746a44d)
* Update Japanese translation from TxYuri Chornoivan2018-05-281-12/+2
| | | | (cherry picked from commit a5bcff1f1e082575703ed20a266d74b348576a38)
* Update Japanese translation from TxYuri Chornoivan2018-05-281-5/+6
| | | | (cherry picked from commit cab86f5bb3ee999b41e78b9073d0c9fd8412d531)
* Update Tajik translation from TxYuri Chornoivan2018-05-281-5/+5
| | | | (cherry picked from commit 4239da55504e589e4d3c736c3132840315d97461)
* Update Tajik translation from TxYuri Chornoivan2018-05-281-2/+2
| | | | (cherry picked from commit 9170ee9622dc6bbf4ea3708972f53982aef7d9da)
* Update Czech translation from TxYuri Chornoivan2018-05-281-6/+6
| | | | (cherry picked from commit 24a2da6380ae0d247d00fc2e2528af57a66e292a)
* Update Czech translation from TxYuri Chornoivan2018-05-281-2/+2
| | | | (cherry picked from commit 21b5d54b1238109101b1277a606dce58b8f273b5)
* Update Czech translation from TxYuri Chornoivan2018-05-281-10/+10
| | | | (cherry picked from commit eb28c6b3c6d302fc5c661973376919cc7cfcb71a)
* fix wrong Pt translation of XFCE (mga#21252)Marja van Waes2018-05-281-3/+3
| | | | (cherry picked from commit 9bc9ae8ffc3798d33c084c99350c806fb35ff637)
* drakboot: detect 32-bit UEFI GRUB2 bootloader when probing.Martin Whitaker2018-05-281-1/+1
| | | | | | This is the only missing piece for supporting 32-bit UEFI boot. (cherry picked from commit dae1ba234d72d95ee0bfc775df776ce6775ca90f)
* Remove leftover debug message.Martin Whitaker2018-05-281-1/+0
| | | | (cherry picked from commit b86e6150e694517213467045139b1badbdba5552)
* installer: fix errors when installing network driver packages.Martin Whitaker2018-05-281-1/+1
| | | | | | | | Don't call network::thirdparty::get_available_packages() if there are no packages to install - it generates lots of spurious error messages. (cherry picked from commit 125a6d66148781800c4b5c5f0d08ecd17d0dc74f)
* installer: support ChooseMedia in auto-install interactiveSteps.Martin Whitaker2018-05-281-1/+1
| | | | (cherry picked from commit 2115499188dc5fd75370ce389382ae51ef3eb5b6)
* further sync with kernel 4.14Thierry Vignaud2018-05-283-6/+10
| | | | (cherry picked from commit 3ffc79a0be43830570b12867ee91a1d2d8834075)
* sync with kernel 4.14Thomas Backlund2018-05-285-13/+19
| | | | (cherry picked from commit 250dfcd6a66b084282be7bc3c6b253b0374dae1f)
* include more input HWDB entriesThierry Vignaud2018-05-282-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 Whitaker2018-05-282-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 Whitaker2018-05-283-1/+7
| | | | | | | Thus ensuring we get the correct device numbers after writing a partition table (mga#22032). (cherry picked from commit eb497cece2871e59a2f981602e44f303826ffeab)
* Fix parsing of grub2 menu entries to support 16-bit mode (mga#21247).Martin Whitaker2018-05-282-1/+2
| | | | | | | This enables bootloader::read_grub2 to recognise the initrd16 keyword, which is used by default on x86 machines. (cherry picked from commit 4d96d7a4c32186d7597f2f8f6f75eb1d8c9bf181)
* Fix drakboot video mode selection when using grub2 (mga#21246)Martin Whitaker2018-05-283-5/+15
| | | | | | | | | | | | | | | The video mode needs to be extracted from and written back to the GRUB_CMDLINE_LINUX_DEFAULT parameter in /etc/defaults/grub2. This fix creates a new "default_vga" key in the $bootloader hash to hold the current selection. Using the existing "vga" key would cause the default video mode to be added to any bootloader entries that don't have a specific "vga" value, e.g. the "failsafe" entry. The $bootloader "vga" value doesn't appear to be set anywhere else, so may in fact be obsolete. (cherry picked from commit f70da6dee2087dbcb26e1ae6e00c5ea859c0c787)
* Revert "do not alter /etc/default/grub on kernel updates"Thierry Vignaud2018-05-281-4/+6
| | | | | | | This reverts commit 7bb01fb038e0a882e755b963110bda381336b748 and commit 4c1cb5006360ccb780926000bd57f150e0fc8fbe (cherry picked from commit a2594a936ea91a08881cb40e056f1407065a2ee6)
* Combine bootloader perImageAppend and default_append keys.Martin Whitaker2018-05-283-5/+10
| | | | | | | This allows changes to the append options to propagate to the grub2 configuration file, thus fixing mga#21263 and mga#21250. (cherry picked from commit 6fb73fba36f9fcf88251f3bd3ad8ee67950c8541)
* update list of modules needing firmwareThomas Backlund2018-05-282-9/+11
| | | | (cherry picked from commit 14fe8140dfa87211854877002217f44aa02318ea)
* iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316)Thomas Backlund2018-05-282-1/+2
| | | | (cherry picked from commit c307169409a13fab669f863fdfa41364c319b20d)
* Fix perl escaping causing commands to not get linkedPascal Terjan2018-05-282-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 pkgsThierry Vignaud2018-05-282-2/+1
| | | | (cherry picked from commit 41fd11bfd0f15880295ab9e361ebda1483ad95f3)
* fix merge from wrong branch :-(Thierry Vignaud2018-05-281-1/+1
| | | | (cherry picked from commit d25d07fb2485d2ab87dedf8ffee8db922700eb13)
* include part of udev's hwdb (mga#20327)Thierry Vignaud2018-05-282-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)
* don't list HDA "input" devices as keyboardsThierry Vignaud2018-04-172-1/+4
| | | | | | Those are listed in /proc/bus/input/devices (mga#9986) (cherry picked from commit ae6acbf65a1911b5ae29e216901a7a2ac3cd4080)
* 17.88.117.88.1Thierry Vignaud2017-09-182-1/+3
|
* (read_grub2) handle several levels of submenusThierry Vignaud2017-09-181-1/+1
| | | | | | needed anyway after last commit (cherry picked from commit 59dfe929349aa4e9f138cd2e311fda9dad146b5a)
* read_grub2: fix undefined labels (mga#19014)Thierry Vignaud2017-09-183-1/+5
| | | | | | | | | | | | | 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 & linux16Thierry Vignaud2017-09-183-1/+7
| | | | | | thus we got more data (cherry picked from commit 56c8070207a8395b7fb0c20eb200fd9bd8c76757)
* 2.46.1Thomas Backlund2017-07-242-1/+3
|
* drop (Cauldron) from UEFI menusThomas Backlund2017-07-243-3/+5
|
* 17.8817.88Thomas Backlund2017-07-073-1/+9
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2017-06-301-59/+7
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2017-06-301-2/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2017-06-301-3/+4
|
* 17.8717.87Anne Nicolas2017-06-252-1/+5
|
* left background for Mageia 6 final versionAnne Nicolas2017-06-251-0/+0
|
* 17.8617.86Martin Whitaker2017-06-232-1/+5
|
* 2.46Martin Whitaker2017-06-232-1/+5
|
* Centre the advert images displayed by the installer.Martin Whitaker2017-06-231-1/+1
| | | | Gives better appearance at higher screen resolutions.
* Increase the default window size of the installer to 1024x768 (mga#20624)Frédéric Buclin2017-06-234-8/+8
| | | | | This permits to correctly display the different panels as some of them contain quite a lot of data.
* 17.8517.85Thierry Vignaud2017-06-223-1/+5
|