mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Add login line.
This commit is contained in:
parent
efa70c86fb
commit
f610617fc6
@ -10,8 +10,16 @@ sub run {
|
||||
if ($release eq "rawhide") {
|
||||
$relnum = get_var("RAWREL", "rawhide");
|
||||
}
|
||||
|
||||
# log as the test user
|
||||
script_run "su --login test"
|
||||
|
||||
# switch back to the graphics
|
||||
send_key "ctrl-alt-f2"
|
||||
|
||||
# disable screen blanking (download can take a long time)
|
||||
script_run "setterm -blank 0";
|
||||
|
||||
|
||||
|
||||
# handle bootloader, if requested; set longer timeout as sometimes
|
||||
|
Loading…
Reference in New Issue
Block a user