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:
parent
1f809d5e9b
commit
a7fa13f2b0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user