1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-09 00:53:10 +00:00

Fix the Silverblue location stuff

This commit is contained in:
Lukas Ruzicka 2024-02-29 11:39:18 +01:00
parent 5bcbaeeb5c
commit 0955728c92

View File

@ -869,7 +869,7 @@ sub gnome_initial_setup {
# 'timezone' and 'software' are suppressed for the 'existing user'
# form of g-i-s (upstream, not in vendor.conf)
@nexts = grep { $_ ne 'software' } @nexts;
@nexts = grep { $_ ne 'timezone' } @nexts;
#@nexts = grep { $_ ne 'timezone' } @nexts;
}
foreach my $next (@nexts) {