1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-11-17 06:45:59 +00:00

g-i-s: don't expect 'software' on Rawhide Silverblue

See https://pagure.io/workstation-ostree-config/pull-request/682

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-09-20 23:02:04 -07:00
parent 1f809d5e9b
commit a7fa13f2b0

View File

@ -947,6 +947,11 @@ sub gnome_initial_setup {
@nexts = grep { $_ ne 'keyboard' } @nexts;
@nexts = grep { $_ ne 'timezone' } @nexts;
}
# https://pagure.io/workstation-ostree-config/pull-request/682
# third party repo page ('software') skipped on Silverblue
if ($relnum > 43 && get_var('SUBVARIANT') eq 'Silverblue') {
@nexts = grep { $_ ne 'software' } @nexts;
}
# if g-i-s ran before anaconda (as expected on the live + webui
# flow), anaconda forwards a g-i-s state file to the installed
# system, causing it to skip 'language' and 'keyboard' (meaning