Make graphical_wait_login major version agnostic

This commit is contained in:
lumarel 2022-11-20 18:00:09 +01:00 committed by Lukas Magauer
parent 0ed069daa3
commit b194fe3c43
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ sub run {
unless (get_var("HDD_1") && !(get_var("PARTITIONING") eq "custom_resize_lvm")) {
# in 9.0, license screens are not shown by default
# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/9.0_release_notes/index#enhancement_installer-and-image-creation
unless ($version eq '9.0') {
unless (get_version_major() > 8) {
# for Rocky Linux here happens to be a license acceptance screen
# the initial appearance can sometimes take really long
assert_screen "gdm_initial_setup_license", 120;