diff --git a/lib/utils.pm b/lib/utils.pm index 149f2c43..dd29d0f2 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -869,10 +869,11 @@ 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) { + diag("THIS NEXT: $next\n"); # give animations a bit to settle down wait_still_screen 3; # click 'Next' $nexts times, moving the mouse to avoid