Skip to content

Commit

Permalink
Workaround remote_vnc_controller boot from uefi
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-suse committed Dec 26, 2024
1 parent 93707f1 commit ec2ee24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opensusebasetest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ sub wait_grub {
if (is_aarch64_uefi_boot_hdd
&& !is_jeos
&& !$in_grub
&& (!(isotovideo::get_version() >= 12 && get_var('UEFI_PFLASH_VARS')) || get_var('ONLINE_MIGRATION') || get_var('UPGRADE') || get_var('ZDUP') || (get_var('LIVE_UPGRADE') && get_var('PATCH_BEFORE_MIGRATION'))));
&& (!(isotovideo::get_version() >= 12 && get_var('UEFI_PFLASH_VARS')) || get_var('ONLINE_MIGRATION') || get_var('UPGRADE') || get_var('ZDUP') || (get_var('LIVE_UPGRADE') && get_var('PATCH_BEFORE_MIGRATION')) || (get_var('WORKAROUND_BSC1022064'))));
# sle micro on ppc64le with qemu backend has low performance, so skip the first bootloader check
assert_screen(\@tags, $bootloader_time) unless (is_sle_micro && is_ppc64le && is_qemu);
if (match_has_tag("bootloader-shim-import-prompt")) {
Expand Down

0 comments on commit ec2ee24

Please sign in to comment.