summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 18.7918.79Martin Whitaker10 days1-0/+2
|
* 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-191-0/+2
|
* 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-191-0/+5
|
* Artwork for Mageia 10daviddavid2026-04-151-0/+0
| | | | - Advertising 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-171-0/+4
|
* Version 18.7518.75Giuseppe Ghibò2026-02-151-0/+7
|
* 18.7418.74Martin Whitaker2026-02-141-0/+3
|
* Remove probing of disk/ide modules (obsolete since kernel 5.14)Martin Whitaker2026-02-123-6/+4
| | | | | | | 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.
* Sync list of modules needing firmware with kernel-desktop-6.18.9-1.mga9Martin Whitaker2026-02-101-0/+1
|
* Update NEWS.Martin Whitaker2026-02-101-0/+1
|
* Update Romanian translation from TxYuri Chornoivan2026-01-291-25/+953
|
* 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-272-1/+6
| | | | | | | | 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-241-0/+3
|
* installer: add help text anchor to timezone selection screen (mga#34909)Martin Whitaker2026-01-241-0/+1
|
* Further simplify services::_systemd_services()Martin Whitaker2026-01-241-0/+2
| | | | | | | | '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-684/+46
|
* Update Czech translation from TxYuri Chornoivan2026-01-241-2/+2
|
* installer: fix hwclock parameters in selectTimezone().Martin Whitaker2026-01-201-1/+1
| | | | Thanks to tv for spotting.
* perl_checker cleanupsThierry Vignaud2026-01-192-1/+3
|
* PODify the installerThierry Vignaud2026-01-197-3/+493
|
* 18.7218.72Martin Whitaker2026-01-181-0/+3
|
* installer: add mesa EGL and GL libraries needed by WebKit2 (mga#34988)Martin Whitaker2026-01-182-1/+17
|
* installer: change default DHCP client to dhcpcd (mga#30938)Martin Whitaker2026-01-162-1/+2
|
* Fix timezone::ntp_servers() when it is called more than once.Martin Whitaker2026-01-161-0/+2
| | | | | | | The old implementation of get_ntp_server_tree() would add entries to %timezone for each leaf node it visited. So if ntp_servers() was called a second time, it would list those spurious entries. Fixed by stopping recursion immediately when a leaf node was found.
* installer: ask for user's timezone at the start of installation (mga#34909)Martin Whitaker2026-01-167-28/+49
| | | | | | | This allows us to set the system clock to the correct time. This is needed to prevent rpm verification failures when very recently built packages are fetched from network media. The new Sequoia PGP backend rejects packages that appear to have been signed in the future.
* installer: add timezone data files to the installer root filesystemMartin Whitaker2026-01-131-0/+4
| | | | | This allows us to adjust the system clock before we have created the target root filesystem. Needed by the following commit.
* Update Catalan translation from TxYuri Chornoivan2026-01-121-7/+7
|
* Update Catalan translation from TxYuri Chornoivan2026-01-121-23/+22
|
* Update German translation from TxYuri Chornoivan2026-01-071-2/+82
|
* Update Spanish translation from TxYuri Chornoivan2026-01-061-783/+399
|
* Update Spanish translation from TxYuri Chornoivan2026-01-061-2/+2
|
* 18.7118.71Martin Whitaker2026-01-051-0/+4
|
* drakclock: fix config file read/write for chrony and ntpsec (mga#34664)Martin Whitaker2026-01-041-1/+1
| | | | | | | | | | | | drakclock only supports selecting a server pool, not individual servers, so use the "pool" directive instead if the "server" directive. Rename the subroutines in timezone.pm for clarity. ntpsec overrides /etc/ntp.conf with settings found in /etc/ntp.d/, so we need to read/write /etc/ntp.d/use-pool. Both chrony and ntpsec support the iburst option, so we can write that unconditionally.
* Fix remaining ntp package reference replaced by ntpsecBruno Cornec2026-01-041-1/+1
|
* Update German translation from TxYuri Chornoivan2026-01-041-0/+214
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-01-021-210/+212
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2026-01-021-138/+141
|
* Update Slovenian translation from TxYuri Chornoivan2025-12-301-263/+134
|
* Update Slovenian translation from TxYuri Chornoivan2025-12-301-4/+4
|
* Set default session for SDDM on first boot (mga#34836)Martin Whitaker2025-12-271-0/+1
|
* Make IceWM the last choice when picking the default session for first boot ↵Martin Whitaker2025-12-271-0/+2
| | | | | | | (mga#34836) IceWM is automatically installed as a fallback DE. So we want to default to one of the DEs the user actually chose.
* Small simplificationPascal Terjan2025-12-211-5/+1
|
* 18.7018.70Martin Whitaker2025-11-291-0/+2
|