Skip third party on Silverblue
This commit is contained in:
parent
0e593c9fe5
commit
9b7f027b1c
1 changed files with 10 additions and 0 deletions
|
|
@ -124,6 +124,16 @@ sub run {
|
|||
credentials
|
||||
password
|
||||
);
|
||||
if (get_var('CANNED')) {
|
||||
@required_screens = qw(
|
||||
welcome
|
||||
privacy
|
||||
timezone
|
||||
credentials
|
||||
password
|
||||
);
|
||||
}
|
||||
|
||||
while (1) {
|
||||
die("GNOME Initial Setup appears stuck") if ++$iterations > 20;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue