13 lines
550 B
Bash
13 lines
550 B
Bash
# vim:ft=bash
|
|
GRUB_DEFAULT="{{ grub_default }}"
|
|
GRUB_HIDDEN_TIMEOUT="{{ grub_hidden_timeout }}"
|
|
GRUB_HIDDEN_TIMEOUT_QUIET="{{ grub_hidden_timeout_quiet }}"
|
|
GRUB_TIMEOUT="{{ grub_timeout }}"
|
|
GRUB_TIMEOUT_STYLE="{{ grub_timeout_style }}"
|
|
GRUB_RECORDFAIL_TIMEOUT="{{ grub_recordfail_timeout }}"
|
|
GRUB_DISTRIBUTOR="{{ grub_distributor }}"
|
|
GRUB_CMDLINE_LINUX_DEFAULT="{{ grub_cmdline_linux_default }}"
|
|
GRUB_CMDLINE_LINUX="{{ grub_cmdline_linux }}"
|
|
# Work around probing for other OSs resetting timeout
|
|
GRUB_DISABLE_OS_PROBER="{{ grub_disable_os_prober }}"
|