mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-13 18:24:24 +00:00
Add login line.
This commit is contained in:
parent
efa70c86fb
commit
f610617fc6
@ -10,10 +10,18 @@ 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
|
||||
# reboot here seems to take a long time
|
||||
if (get_var("GRUB_POSTINSTALL")) {
|
||||
|
Loading…
Reference in New Issue
Block a user