We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50c9a6 commit 2ed0fdcCopy full SHA for 2ed0fdc
src/lib/bootloader/systemdboot.rb
@@ -26,6 +26,7 @@ class SystemdBoot < BootloaderBase
26
# @return [Integer] menu timeout
27
attr_accessor :timeout
28
alias_method :menu_timeout, :timeout # Agama compatible
29
+ alias_method :menu_timeout=, :timeout= # Agama compatible
30
31
# @!attribute secure_boot
32
# @return [Boolean] current secure boot setting
0 commit comments