mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-20 09:23:08 +00:00
gnome_initial_setup: drop a <35 conditional that's not needed
F34 is EOL for a while. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c6fe9743bd
commit
6f0478d4b4
@ -785,9 +785,6 @@ sub gnome_initial_setup {
|
|||||||
# except 'language' is never *really* skipped (see above)
|
# except 'language' is never *really* skipped (see above)
|
||||||
@nexts = grep { $_ ne 'keyboard' } @nexts;
|
@nexts = grep { $_ ne 'keyboard' } @nexts;
|
||||||
@nexts = grep { $_ ne 'timezone' } @nexts;
|
@nexts = grep { $_ ne 'timezone' } @nexts;
|
||||||
# 'additional software sources' screen did not display on F28-F34:
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/59
|
|
||||||
@nexts = grep { $_ ne 'software' } @nexts if ($relnum < 35);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# 'timezone' and 'software' are suppressed for the 'existing user'
|
# 'timezone' and 'software' are suppressed for the 'existing user'
|
||||||
|
Loading…
Reference in New Issue
Block a user