Skip to content

Commit

Permalink
use product specific boot timeout proposal (jsc#SLE-22667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 28, 2022
1 parent b5d0710 commit cef8df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/grub2base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def propose_terminal
def propose_timeout
return if grub_default.timeout

grub_default.timeout = "8"
grub_default.timeout = Yast::ProductFeatures.GetIntegerFeature("globals", "boot_timeout").to_s
end

def propose_serial
Expand Down

0 comments on commit cef8df1

Please sign in to comment.