Skip to content

Commit

Permalink
Boot agama in OSD in architectures using qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
okynos committed Oct 2, 2024
1 parent e228ed4 commit bd13a5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Distribution/Sle/AgamaDevel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ sub get_grub_menu {
}

sub get_grub_entry_edition {
return Yam::Agama::Pom::GrubEntryEditionPage->new();
return is_ppc64le() ? Yam::Agama::Pom::GrubEntryEditionPage->new({
number_kernel_line => 3,
max_interval => utils::VERY_SLOW_TYPING_SPEED})
: Yam::Agama::Pom::GrubEntryEditionPage->new();
}

sub get_agama_up_an_running {
Expand Down

0 comments on commit bd13a5a

Please sign in to comment.