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:
parent
5bcbaeeb5c
commit
0955728c92
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user