diff options
| author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-01-13 17:27:33 +0000 |
|---|---|---|
| committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-01-16 22:42:58 +0000 |
| commit | 25f74ddb44213151a7547149e37b0b69a8308ff8 (patch) | |
| tree | 9554f761bc2071b4d236fdc06ad595e93b2789a6 /perl-install/install/steps_list.pm | |
| parent | 9a66062be6806d10e79365da408993f8dca565df (diff) | |
| download | drakx-25f74ddb44213151a7547149e37b0b69a8308ff8.tar drakx-25f74ddb44213151a7547149e37b0b69a8308ff8.tar.gz drakx-25f74ddb44213151a7547149e37b0b69a8308ff8.tar.bz2 drakx-25f74ddb44213151a7547149e37b0b69a8308ff8.tar.xz drakx-25f74ddb44213151a7547149e37b0b69a8308ff8.zip | |
installer: ask for user's timezone at the start of installation (mga#34909)
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.
Diffstat (limited to 'perl-install/install/steps_list.pm')
| -rw-r--r-- | perl-install/install/steps_list.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm index 3dc3de2f2..df1454922 100644 --- a/perl-install/install/steps_list.pm +++ b/perl-install/install/steps_list.pm @@ -20,6 +20,7 @@ use common; N_("_: Keep these entry short\nHard drive detection") ], selectInstallClass => [ N_("_: Keep these entry short\nInstallation class"), 1, 1, '1', '', N_("_: Keep these entry short\nInstallation class") ], + selectTimezone => [ N_("_: Keep these entry short\nTimezone"), 1, 1, '1', '', N_("Localization") ], selectKeyboard => [ N_("_: Keep these entry short\nKeyboard"), 1, 1, '1', '', N_("Localization") ], miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '1', '', N_("Security") ], doPartitionDisks => [ N_("_: Keep these entry short\nPartitioning"), 1, 0, '', "selectInstallClass", |
