Skip to content

Commit

Permalink
Agama: Use grub2 instead of bootloader-grub2 needle
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Sep 12, 2024
1 parent e0f4ec6 commit d728fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/installation/agama_reboot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sub run {
# workaround for lack of disable bootloader timeout
# https://github.com/openSUSE/agama/issues/1594
# simply send space until we hit grub2
send_key_until_needlematch("bootloader-grub2", 'spc', 50, 3);
send_key_until_needlematch("grub2", 'spc', 50, 3);

}

Expand Down

0 comments on commit d728fb5

Please sign in to comment.