Skip to content

Commit

Permalink
Press down for Agama when choosing boot local
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Sep 12, 2024
1 parent d728fb5 commit d60e671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/grub_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ sub handle_installer_medium_bootup {
assert_screen 'inst-bootmenu', 180;

# Layout of live is different from installation media
my $key = is_livecd() ? 'down' : 'up';
# Agama has same layout of live
my $key = is_livecd() || get_var("AGAMA") ? 'down' : 'up';
send_key_until_needlematch 'inst-bootmenu-boot-harddisk', $key;
send_key 'ret';

Expand Down

0 comments on commit d60e671

Please sign in to comment.