1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-11 01:24:20 +00:00

Tidy the _boot_to_anaconda.pm to stop messing with side branches.

This commit is contained in:
Lukas Ruzicka 2024-06-25 11:24:10 +02:00
parent 527210e2c8
commit c056ac945b

View File

@ -128,7 +128,7 @@ sub run {
# virtio-console as a root console
select_console('user-virtio-console');
my $match = wait_serial ["Use text mode", "Installation"], timeout => 120;
die "Anaconda has not started." unless ($match);
die "Anaconda has not started." unless ($match);
if ($match =~ m/Use text mode/) {
type_string "2\n";
die "Text version of Anaconda has not started." unless (wait_serial "Installation");