mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Dismiss timezone delete.
This commit is contained in:
parent
a98aa39016
commit
9abb538e72
@ -849,7 +849,7 @@ sub gnome_initial_setup {
|
||||
# except 'language' was never *really* skipped (see above)
|
||||
if ($relnum < 41) {
|
||||
@nexts = grep { $_ ne 'keyboard' } @nexts;
|
||||
@nexts = grep { $_ ne 'timezone' } @nexts;
|
||||
#@nexts = grep { $_ ne 'timezone' } @nexts;
|
||||
}
|
||||
# From gnome-initial-setup 45~beta-3 on, no screens are
|
||||
# skipped in vendor.conf. 'language' and 'keyboard' should be
|
||||
|
Loading…
Reference in New Issue
Block a user