summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update French translation from TxHEADmasterYuri Chornoivan6 days1-3/+23
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-03-151-0/+3
|
* Update Portuguese translation from TxYuri Chornoivan2026-03-151-0/+3
|
* Update Greek translation from TxYuri Chornoivan2026-03-091-0/+3
|
* Update Catalan translation from TxYuri Chornoivan2026-03-081-0/+3
|
* Update German translation from TxYuri Chornoivan2026-03-081-0/+3
|
* Update Swedish translation from TxYuri Chornoivan2026-03-071-3/+21
|
* Update Russian translation from TxYuri Chornoivan2026-03-071-0/+3
|
* Update Dutch translation from TxYuri Chornoivan2026-03-071-0/+3
|
* Update Ukrainian translationYuri Chornoivan2026-03-071-0/+3
|
* Add message to select X11 instead of Wayland.Martin Whitaker2026-03-071-0/+3
|
* 1.231.23Martin Whitaker2026-02-232-1/+3
|
* Update Czech translation from TxYuri Chornoivan2026-02-171-3/+18
|
* Update Romanian translation from TxYuri Chornoivan2026-02-171-0/+15
|
* Update Spanish translation from TxYuri Chornoivan2026-02-161-5/+21
|
* Update Norwegian translation from TxYuri Chornoivan2026-02-151-3/+18
|
* Update Catalan translation from TxYuri Chornoivan2026-02-131-5/+20
|
* Update Greek translation from TxYuri Chornoivan2026-02-131-3/+18
|
* Update Russian translation from TxYuri Chornoivan2026-02-131-5/+20
|
* Update BrazilianPortuguese translation from TxYuri Chornoivan2026-02-131-11/+27
|
* Update Portuguese translation from TxYuri Chornoivan2026-02-131-1/+17
|
* Update Dutch translation from TxYuri Chornoivan2026-02-131-2/+18
|
* Update German translation from TxYuri Chornoivan2026-02-131-3/+18
|
* Update Ukrainian translation from TxYuri Chornoivan2026-02-121-3/+18
|
* Add "starting" messages to translation catalogue and enable translation.Martin Whitaker2026-02-123-2/+17
| | | | | This allows the messages specified in {media}{bootloader_entries} to be displayed in the selected language.
* Fix typo in NEWS.Martin Whitaker2026-02-081-1/+1
|
* Add {media}{bootloader_entries}{message} key.Martin Whitaker2026-02-082-0/+7
| | | | | This allows a message to be displayed whilst loading the Linux kernel and initial RAM disk, which can take some time with slow media.
* Update Romanian translation from TxYuri Chornoivan2026-01-271-0/+88
|
* 1.221.22Martin Whitaker2025-12-062-1/+3
|
* Add {media}{iso-level} config key to allow loopback file size > 4GB.Martin Whitaker2025-12-062-1/+6
|
* Correct NEWS entry (new setting is 'arch2', not 'xarch').Martin Whitaker2025-12-031-1/+1
| | | | xarch is the internal name, retained for historical reasons.
* 1.211.21Martin Whitaker2025-12-032-1/+8
|
* Update examples for Mageia 10.Martin Whitaker2025-12-036-47/+19
| | | | | Change i586 to i686 and fix package lists for new or obsolete packages. Use the GRUB "linux" command for starting Memtest86+.
* Change deprecated syntax for chown (root.root -> root:root).Martin Whitaker2025-12-031-1/+1
|
* Make xarch a user setting instead of calculating it from arch.Martin Whitaker2025-12-032-9/+11
| | | | This handles the change from i586 to i686 and future-proofs it.
* No more linux32 module in grub2Jani Välimaa2024-12-231-1/+1
|
* Update Hungarian translation from TxYuri Chornoivan2024-10-141-12/+21
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-09-041-8/+8
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-08-071-3/+3
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-07-311-15/+15
|
* Update Portuguese translation from TxYuri Chornoivan2023-11-021-13/+14
|
* Update Russian translation from TxYuri Chornoivan2023-11-021-4/+5
|
* 1.201.20Martin Whitaker2023-06-242-1/+5
|
* Update Finnish translation from TxYuri Chornoivan2023-04-121-0/+85
|
* Adopt config to the new tx CLIYuri Chornoivan2023-04-121-1/+1
|
* 1.191.19Martin Whitaker2022-10-222-1/+3
|
* Use a better algorithm for selecting packages from rpmsrate.Martin Whitaker2022-10-222-12/+7
| | | | | | | | | | | | The old algorithm mimicked the behaviour of the bcd tool, which selected a package if any of the rpmsrate flags for that package matched. The new algorithm behaves more like the installer, which only selects a package if all the rpmsrate flags match. Any rpmsrate flags that aren't listed in the package group lists are now treated as having a threshold value of 1. This avoids having to specify threshold values for all the hardware and driver specific flags.
* 1.181.18Martin Whitaker2022-10-082-1/+5
|
* Optimise BuildMedia::check_installer_media().Martin Whitaker2022-10-021-5/+8
| | | | | | | - use the rpmcheck -compressed-input option to allow the hdlist.cz files to be read directly - use the rpmcheck -base option when checking other sections to avoid rechecking the packages in the core section.
* Simplify BuildMedia::create_index().Martin Whitaker2022-09-241-12/+10
| | | | Code improvement - no functional change.