summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 18.7918.79Martin Whitaker11 days2-1/+3
|
* installer: fix detection of existing i686 (Mageia 10+) systems (mga#35250)Martin Whitaker2026-04-262-4/+5
| | | | | | | | | | | The code that tested for compatible x86 architectures was broken and only worked by chance because 'uname -m' returned i686 on the older i586 systems. The new code is simplified by dropping the exclusion of mdv2011+. We only test and support upgrades from the previous Mageia release, so any upgrade from another distribution is unlikely to work cleanly, and there's no need to single out mdv2011+.
* 18.7818.78Martin Whitaker2026-04-192-1/+3
|
* Extend height of left background image.Martin Whitaker2026-04-192-0/+2
| | | | | The installer defaults to a 1024x768 screen resoultion, so we need at least 768 pixels.
* 18.7718.77Martin Whitaker2026-04-193-1/+10
|
* Artwork for Mageia 10daviddavid2026-04-151-0/+0
| | | | - Advertising 10
* Update French translation from TxYuri Chornoivan2026-03-271-8/+10
|
* Update French translation from TxYuri Chornoivan2026-03-271-26/+10
|
* Update French translation from TxYuri Chornoivan2026-03-271-122/+16
|
* Update French translation from TxYuri Chornoivan2026-03-271-7/+8
|
* Version 18.7618.76Giuseppe Ghibò2026-03-173-1/+9
|
* Remove missed category disk/ide (bug #35225)Giuseppe Ghibò2026-03-171-1/+0
|
* Update Swedish translation from TxYuri Chornoivan2026-03-071-7/+7
|
* Update Swedish translation from TxYuri Chornoivan2026-03-071-4/+1
|
* Update Spanish translation from TxYuri Chornoivan2026-03-011-2/+3
|
* Update Spanish translation from TxYuri Chornoivan2026-02-161-4/+4
|
* Version 18.7518.75Giuseppe Ghibò2026-02-153-1/+15
|
* Add nvidia-current-wopengpu.ko, nvidia-newfeature-wopengpu.ko, etc. to ↵Giuseppe Ghibò2026-02-151-1/+1
| | | | nvidia modules supported list
* 18.7418.74Martin Whitaker2026-02-143-1/+7
|
* Remove probing of disk/ide modules (obsolete since kernel 5.14)Martin Whitaker2026-02-128-28/+9
| | | | | | | IDE drives are now handled by libata. The legacy ide subsystem and drivers were removed from Linux in 2021. So all IDE drives are now treated as SCSI drives and the disk/ide category in list_modules.pm has been removed.
* harddrake2: remove obsolete $pid variable.Martin Whitaker2026-02-121-4/+2
| | | | | Nothing sets $pid (since before 2007), so there's no need to check if it is defined.
* Sync list of modules needing firmware with kernel-desktop-6.18.9-1.mga9Martin Whitaker2026-02-103-18/+22
|
* Update NEWS.Martin Whitaker2026-02-102-0/+3
|
* Avoid an infinite loop (mga#35061)Papoteur2026-02-021-1/+1
| | | | | | | | | When `waitpid` returns `-1` (which corresponds to `ECHILD` - no child process), here's what happens in the loop: 1. `$child_pid = waitpid(-1, POSIX::WNOHANG)` assigns `-1` to `$child_pid` 2. The condition `undef $pid if $pid == $child_pid` is evaluated, but it probably does nothing (unless `$pid` was already `-1`) 3. The condition `until $child_pid > 0` is tested: `-1 > 0` is **false** **This is an infinite loop!** until $child_pid <= 0; # stop when there are no more children to reap
* Update Romanian translation from TxYuri Chornoivan2026-01-291-2/+2
|
* Update Romanian translation from TxYuri Chornoivan2026-01-291-24/+68
|
* Update Romanian translation from TxYuri Chornoivan2026-01-291-25/+953
|
* Update Romanian translation from TxYuri Chornoivan2026-01-281-15/+15
|
* Update Romanian translation from TxYuri Chornoivan2026-01-281-73/+41
|
* Update Romanian translation from TxYuri Chornoivan2026-01-281-45/+30
|
* Update Romanian translation from TxYuri Chornoivan2026-01-281-34/+11
|
* installer: compensate for adjusted system clock in configureTimezone()Martin Whitaker2026-01-273-3/+14
| | | | | | | | The initial selectTimezone step will adjust the system clock to the correct time, as selected by the user. If the user configures the timezone again at the summary stage, and the HW clock is set to local time, we need to compensate for the system clock adjustment when again asking if the HW clock is set to local time or UTC.
* installer: don't adjust the system clock if we are doing a local installMartin Whitaker2026-01-252-0/+6
| | | | | | | If we are running the installer on a live system, the system clock should be correct, and we don't want to set it to the wrong time when testing an install with a different timezone. This is also important when building the Live ISOs.
* 18.7318.73Martin Whitaker2026-01-243-1/+7
|
* installer: add help text anchor to timezone selection screen (mga#34909)Martin Whitaker2026-01-242-1/+6
|
* Further simplify services::_systemd_services()Martin Whitaker2026-01-243-2/+7
| | | | | | | | 'systemctl list-unit-files' returns the enabled/disabled status for all native systemd services. So we only need to call 'systemctl is-enabled' for the generated services. This reduces clutter in the installer log file.
* Update Czech translation from TxYuri Chornoivan2026-01-241-9/+9
|
* Update Czech translation from TxYuri Chornoivan2026-01-241-23/+5
|
* Update Czech translation from TxYuri Chornoivan2026-01-241-684/+46
|
* Update Czech translation from TxYuri Chornoivan2026-01-241-2/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-01-211-8/+8
|
* Update Portuguese translation from TxYuri Chornoivan2026-01-211-7/+7
|
* Update Norwegian translation from TxYuri Chornoivan2026-01-211-4/+4
|
* installer: fix hwclock parameters in selectTimezone().Martin Whitaker2026-01-201-1/+1
| | | | Thanks to tv for spotting.
* Update German translation from TxYuri Chornoivan2026-01-191-4/+4
|
* (check) add basic 'perl -cw' checksThierry Vignaud2026-01-191-0/+5
|
* (check2) adjust for drakx-kbd-mouse-x11 split years agoThierry Vignaud2026-01-191-1/+1
|
* perl_checker cleanupsThierry Vignaud2026-01-194-2/+7
|
* PODify the installerThierry Vignaud2026-01-198-3/+501
|
* Update Dutch translation from TxYuri Chornoivan2026-01-191-4/+4
|