Skip to content

Commit 2ed0fdc

Browse files
committed
added alias for Agama
1 parent c50c9a6 commit 2ed0fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/bootloader/systemdboot.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class SystemdBoot < BootloaderBase
2626
# @return [Integer] menu timeout
2727
attr_accessor :timeout
2828
alias_method :menu_timeout, :timeout # Agama compatible
29+
alias_method :menu_timeout=, :timeout= # Agama compatible
2930

3031
# @!attribute secure_boot
3132
# @return [Boolean] current secure boot setting

0 commit comments

Comments
 (0)