mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-14 02:34:21 +00:00
Tidy the _boot_to_anaconda.pm to stop messing with side branches.
This commit is contained in:
parent
527210e2c8
commit
c056ac945b
@ -128,7 +128,7 @@ sub run {
|
|||||||
# virtio-console as a root console
|
# virtio-console as a root console
|
||||||
select_console('user-virtio-console');
|
select_console('user-virtio-console');
|
||||||
my $match = wait_serial ["Use text mode", "Installation"], timeout => 120;
|
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/) {
|
if ($match =~ m/Use text mode/) {
|
||||||
type_string "2\n";
|
type_string "2\n";
|
||||||
die "Text version of Anaconda has not started." unless (wait_serial "Installation");
|
die "Text version of Anaconda has not started." unless (wait_serial "Installation");
|
||||||
|
Loading…
Reference in New Issue
Block a user