mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2025-01-07 17:40:57 +00:00
Merge pull request #238 from AlanMarshall/server_realmd_join_kickstart
Bugfix for server_realmd_join_kickstart
This commit is contained in:
commit
806b2fcb05
1 changed files with 1 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue