summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Version 18.76HEAD18.76masterGiuseppe Ghibò7 days1-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-121-0/+1
| | | | | | | 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/+2
|
* 18.7318.73Martin Whitaker2026-01-241-0/+3
|
* 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.
* perl_checker cleanupsThierry Vignaud2026-01-191-0/+3
|
* 18.7218.72Martin Whitaker2026-01-181-0/+3
|
* 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.
* drakclock: use UTC instead of GMT in dialogue (mga#6056)Martin Whitaker2026-01-131-0/+2
|
* 18.7118.71Martin Whitaker2026-01-051-1/+3
|
* Update NEWS for ntpsec support in drakclock.Martin Whitaker2026-01-041-0/+1
|
* drakclock: ensure the NTP server combo box always displays a valid poolMartin Whitaker2026-01-041-0/+1
| | | | | | | After installing chrony, we need to update the selection to match the initial setting in the chrony.conf file. If no ntp service is installed, display the default "pool.ntp.org".
* drakclock: fix config file read/write for chrony and ntpsec (mga#34664)Martin Whitaker2026-01-041-0/+3
| | | | | | | | | | | | 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.
* improve Congratulations message (mga#28209)Marja van Waes2025-12-291-0/+1
|
* Make IceWM the last choice when picking the default session for first boot ↵Martin Whitaker2025-12-271-0/+1
| | | | | | | (mga#34836) IceWM is automatically installed as a fallback DE. So we want to default to one of the DEs the user actually chose.
* Fix inconsistent use of any::sessions()Martin Whitaker2025-12-271-0/+1
| | | | | | | | | Some callers of any::sessions() expected it to return a list of session names, other callers expected it to return a list of base file names, leading to various bugs in the autologin handling. So provide two new subroutines, session_files(), to provide a map of names to files, and session_names() to return a sorted list of names. Remove sessions() to avoid confusion in future. Fix up the users accordingly.
* Fix autologin session selection for GDM.Martin Whitaker2025-12-261-0/+2
| | | | | GDM now reads the session setting from /var/lib/AcoountsService/users/<name>, so we need to create/update that file.
* 18.7018.70Martin Whitaker2025-11-291-0/+2
|
* Use POSIX::setlocale() instead of c::setlocale().Martin Whitaker2025-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | 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.
* Use task-plasma-minimal instead of task-plasma5-minimal (mga#33383)Papoteur2025-10-231-0/+1
|
* Update NEWS.Martin Whitaker2025-06-081-0/+2
|
* 18.6918.69daviddavid2025-06-071-0/+2
|
* Update NEWSPapoteur2025-06-071-0/+1
|
* perl-install: bytes_heavy.pl was merged into bytes.pmJani Välimaa2025-02-191-0/+1
|
* perl-install: Agafari-16 console font support was dropped from kbdJani Välimaa2025-02-191-0/+1
|
* Update NEWS after 6b460f8c7Jani Välimaa2025-02-191-0/+1
|
* Don't use mdadm --chunk option when creating level 1 RAID (mga#33767)Martin Whitaker2024-11-181-0/+1
| | | | | mdadm used to ignore the --chunk option when creating a new array with --level=1. But recent versions treat this as an error.
* Detect legacy (non-PCI) Intel SST audio DSP devices (mga#33145)Martin Whitaker2024-05-251-0/+1
| | | | | | | | | | On the Broadwell. Bay Trail, Cherry Trail, and Braswell platforms the CPU has direct access to the SST sound device, so the device doesn't appear on the PCI bus. So the only way to detect these devices is to inspect the ACPI device list. As there are only a few devices involved, include the device table here rather than extending ldetect-lst.
* perl-install: install rpm's /usr/lib/rpm/sysusers.sh to stage2 image by defaultJani Välimaa2024-05-011-0/+1
|
* perl-install: Drop i586 bitsJani Välimaa2024-04-281-0/+2
|
* 18.6818.68Jani Välimaa2024-04-281-0/+3
|
* 18.6718.67Dan Fandrich2024-01-051-0/+6
|
* 18.65Thomas Backlund2023-07-111-0/+2
|
* Sync list_modules with kernel 6.4Thomas Backlund2023-07-081-0/+1
|
* sync list of modules needing firmware with kernel-desktop-6.4.2-2.mga9Thomas Backlund2023-07-081-0/+1
|
* add ntfs3 to isFat_or_NTFS()Thomas Backlund2023-07-081-0/+1
|
* diskdrake: remove deprecated GtkPaned:handle-size style property (mga#32063)Jani Välimaa2023-07-021-0/+2
|
* 18.6418.64Martin Whitaker2023-06-241-0/+4
|
* 18.6318.63Giuseppe Ghibò2023-06-061-0/+12
|
* 18.6118.61Martin Whitaker2023-04-281-0/+3
|
* service_harddrake: add nvidia470.ko to nvidia driver module listMartin Whitaker2023-04-281-0/+2
|
* 18.6018.60Martin Whitaker2023-04-171-0/+5
|
* 18.5918.59Giuseppe Ghibò2023-04-141-0/+5
|
* 18.5818.58Giuseppe Ghibò2023-04-081-0/+4
|
* 18.5718.57Martin Whitaker2023-03-291-0/+3
|
* Sync with kernel-6.0Thierry Vignaud2023-02-231-0/+2
| | | | Fix conflicts when rebasing after tmb changes
* 18.5618.56Thomas Backlund2023-02-091-0/+2
|