Merge pull request #238 from AlanMarshall/server_realmd_join_kickstart

Bugfix for server_realmd_join_kickstart
This commit is contained in:
Trevor Cooper 2024-12-01 20:40:58 -08:00 committed by GitHub
commit 806b2fcb05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ sub run {
# match for the installer bootloader if it hangs around for a
# while after do_bootloader finishes (in PXE case it does)
sleep 20;
assert_screen "bootloader", 3600;
assert_screen "login_screen", 3600;
}
else {
if (get_var("ANACONDA_TEXT")) {