summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use POSIX::setlocale() instead of c::setlocale().Martin Whitaker2025-11-023-2/+4
| | | | | | | | | | | | | | | | | | | | | | Since Perl 5.28, Perl has used the thread-safe uselocale() functions from the C standard library when setting the locale. Once a thread-safe locale setting has been made, the Locale::gettext functions will use those settings, not the global locale settings. So calling the drakx c::setlocale() and c::init_setlocale() functions, which still use the underlying setlocale() function from the C standard library normally has no effect. However, prior to Perl 5.38, there was a bug in Perl that could cause the main thread to revert to using the global locale settings, and it it would seem this bug was being triggered by the stage2 installer, meaning it still properly translated the UI after the language selection step. Now we have a newer version of Perl, this is no longer so, and the UI contiues to be in English after the user has selected a different language (mga#34656). The POSIX::setlocale() function affects the thread-safe locale, so can be used to fix this bug. This patch removes the c::setlocale() function to prevent reintroduction of this bug, and moves the c::init_locale() function to the common module.
* Rename installer desktop-PLASMA5 pixmaps to desktop-PLASMA.Martin Whitaker2025-11-022-0/+0
| | | | | Commit d45506bfa changed the file name the installer tries to load, so rename the files to match.
* Use task-plasma-minimal instead of task-plasma5-minimal (mga#33383)Papoteur2025-10-232-3/+4
|
* stage2: use gdk-pixbuf with glycin to load imagesJani Välimaa2025-09-172-2/+8
|
* stage2: use mutter with X11 backendJani Välimaa2025-09-173-1/+8
|
* stage2: crete /etc while creating installer systemJani Välimaa2025-09-142-0/+2
|
* Adapt to latest gdk-pixbufThierry Vignaud2025-08-302-1/+1
|
* Update NEWS.Martin Whitaker2025-06-081-0/+2
|
* 18.6918.69daviddavid2025-06-071-0/+2
|
* Update Greek translation from TxYuri Chornoivan2025-06-011-4/+697
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-05-271-193/+182
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-05-271-45/+43
|
* Update Finnish translation from TxYuri Chornoivan2025-05-101-650/+34
|
* Update Finnish translation from TxYuri Chornoivan2025-05-101-2/+2
|
* Update Asturian translation from TxYuri Chornoivan2025-04-141-0/+1138
|
* Update Asturian translation from TxYuri Chornoivan2025-04-141-139/+167
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-03-051-34/+33
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-03-051-40/+38
|
* perl-install: bytes_heavy.pl was merged into bytes.pmJani Välimaa2025-02-192-1/+1
|
* perl-install: Agafari-16 console font support was dropped from kbdJani Välimaa2025-02-191-0/+1
|
* perl-install: fix glob for svg pixbuf loaderJani Välimaa2025-02-192-1/+2
|
* Also update install/NEWS for previous commit.Martin Whitaker2024-11-181-0/+1
|