mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
rpmostree_rebase: use --bypass-driver
This is needed to force the rebase on current CoreOS (because it has zincati registered by default). It should be harmless in all other cases. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f213b8767e
commit
8b19c9b3df
@ -40,7 +40,7 @@ sub run {
|
||||
}
|
||||
|
||||
# rebase to the chosen target
|
||||
validate_script_output "rpm-ostree rebase $target", sub { m/systemctl reboot/ }, 300;
|
||||
validate_script_output "rpm-ostree rebase $target --bypass-driver", sub { m/systemctl reboot/ }, 300;
|
||||
script_run "systemctl reboot", 0;
|
||||
|
||||
boot_to_login_screen;
|
||||
|
Loading…
Reference in New Issue
Block a user