Skip to content

Commit

Permalink
Add basic AGAMA handing for bootloader_setup.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Jul 31, 2024
1 parent 4ad0e0f commit af745dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/bootloader_setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ sub boot_into_snapshot {
sub select_bootmenu_option {
my ($timeout) = @_;
assert_screen 'inst-bootmenu', $timeout;
if (get_var('AGAMA')) {
return 1;
}
if (get_var('LIVECD')) {
# live CDs might have a very short timeout of the initial bootmenu
# (1-2s with recent kiwi versions) so better stop the timeout
Expand Down

0 comments on commit af745dd

Please sign in to comment.