summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* Update French translation from TxYuri Chornoivan2026-03-271-8/+10
|
* 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 Spanish translation from TxYuri Chornoivan2026-03-011-2/+3
|
* Update Spanish translation from TxYuri Chornoivan2026-02-161-4/+4
|
* Add nvidia-current-wopengpu.ko, nvidia-newfeature-wopengpu.ko, etc. to ↵Giuseppe Ghibò2026-02-151-1/+1
| | | | nvidia modules supported list
* Remove probing of disk/ide modules (obsolete since kernel 5.14)Martin Whitaker2026-02-121-13/+0
| | | | | | | 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.
* 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-281-15/+15
|
* Update Czech translation from TxYuri Chornoivan2026-01-241-9/+9
|
* 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
|
* Update German translation from TxYuri Chornoivan2026-01-191-4/+4
|
* Update Dutch translation from TxYuri Chornoivan2026-01-191-4/+4
|
* Update Greek translation from TxYuri Chornoivan2026-01-191-4/+4
|
* Update Catalan translation from TxYuri Chornoivan2026-01-191-4/+4
|
* Update Russian translation from TxYuri Chornoivan2026-01-191-4/+4
|
* Update Ukrainian translationYuri Chornoivan2026-01-181-10/+11
|
* Update standalone translation catalogue.Martin Whitaker2026-01-1380-367/+366
|
* drakclock: use UTC instead of GMT in dialogue (mga#6056)Martin Whitaker2026-01-131-1/+1
|
* Update Catalan translation from TxYuri Chornoivan2026-01-121-42/+39
|
* Update Norwegian translation from TxYuri Chornoivan2026-01-121-4/+4
|
* Update Spanish translation from TxYuri Chornoivan2026-01-061-5/+5
|
* Update Greek translation from TxYuri Chornoivan2026-01-061-5/+5
|
* Update Russian translation from TxYuri Chornoivan2026-01-061-5/+5
|
* Update German translation from TxYuri Chornoivan2026-01-051-5/+5
|
* Update Norwegian translation from TxYuri Chornoivan2026-01-051-2/+2
|
* Update Dutch translation from TxYuri Chornoivan2026-01-051-4/+5
|
* Update Ukrainian translationYuri Chornoivan2026-01-051-15/+15
|
* Update standalone translation catalogue.Martin Whitaker2026-01-0480-4484/+4884
|
* drakclock: ensure the NTP server combo box always displays a valid poolMartin Whitaker2026-01-041-4/+11
| | | | | | | 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: make sure we configure the currently installed ntp service.Martin Whitaker2026-01-041-3/+3
| | | | | drakclock can install chrony, so the ntpd and ntp_conf strings provided by the imezone module should be dynamic, not static.
* drakclock: simplify and tidy upMartin Whitaker2026-01-041-27/+26
|
* drakclock: fix config file read/write for chrony and ntpsec (mga#34664)Martin Whitaker2026-01-041-4/+4
| | | | | | | | | | | | 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 Brazilian Portuguese translation from TxYuri Chornoivan2026-01-021-98/+97
|
* Update Slovenian translation from TxYuri Chornoivan2025-12-301-2/+2
|
* Change drakautologin to use new session_names() subroutine.Martin Whitaker2025-12-271-1/+1
| | | | This removes the last remaining use of chksession.
* drakbug: replace i586 arch with i686Jani Välimaa2025-09-141-1/+1
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-05-271-138/+136
|
* Update Asturian translation from TxYuri Chornoivan2025-04-141-8/+8
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2025-03-051-61/+52
|
* Update Norwegian translation from TxYuri Chornoivan2024-11-071-1/+1
|
* Update Russian translation from TxYuri Chornoivan2024-10-121-5/+5
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-10-111-307/+322
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-09-041-344/+354
|
* Update Chinese Traditional translation from TxYuri Chornoivan2024-04-301-4/+4
|