mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-23 21:51:27 +00:00
Handle differences for Rocky
This commit is contained in:
parent
f6b823d5c6
commit
4cc86d7c38
@ -118,6 +118,13 @@ sub desktop_vt {
|
|||||||
type_very_safely "weakpassword\n";
|
type_very_safely "weakpassword\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
type_very_safely "\t";
|
||||||
|
type_very_safely "\n";
|
||||||
|
type_very_safely "weakpassword\n";
|
||||||
|
wait_still_screen 3;
|
||||||
|
send_key 'alt-f1';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Wait for login screen to appear. Handle the annoying GPU buffer
|
# Wait for login screen to appear. Handle the annoying GPU buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user