replace deprecated option with GRUB_TIMEOUT_STYLE
This commit is contained in:
parent
80dbedbbc4
commit
15cb771c54
2
PKGBUILD
2
PKGBUILD
@ -82,7 +82,7 @@ sha256sums=('810b3798d316394f94096ec2797909dbf23c858e48f7b3830826b8daa06b7b0f'
|
|||||||
'e84b8de569c7e6b73263758c35cf95c6516fde85d4ed451991427864f6a4e5a8'
|
'e84b8de569c7e6b73263758c35cf95c6516fde85d4ed451991427864f6a4e5a8'
|
||||||
'fcd5a626d4af33665d041ce42df813f1f198d8230ea186481b155a5b676f3b87'
|
'fcd5a626d4af33665d041ce42df813f1f198d8230ea186481b155a5b676f3b87'
|
||||||
'51562fa1016c54567dbf42a86c0cfc902372ab579bbee17879a81aff09b76b99'
|
'51562fa1016c54567dbf42a86c0cfc902372ab579bbee17879a81aff09b76b99'
|
||||||
'74e5dd2090a153c10a7b9599b73bb09e70fddc6a019dd41641b0f10b9d773d82')
|
'9ca2414266fadd0b1aafc850c1c26a48760fbc95f1913ab8b36f1e54483b31fd')
|
||||||
|
|
||||||
_configure_options=(
|
_configure_options=(
|
||||||
FREETYPE="pkg-config freetype2"
|
FREETYPE="pkg-config freetype2"
|
||||||
|
@ -12,9 +12,9 @@ GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
|||||||
# Uncomment to enable booting from LUKS encrypted devices
|
# Uncomment to enable booting from LUKS encrypted devices
|
||||||
#GRUB_ENABLE_CRYPTODISK=y
|
#GRUB_ENABLE_CRYPTODISK=y
|
||||||
|
|
||||||
# Uncomment to enable Hidden Menu, and optionally hide the timeout count
|
# Set to 'countdown' or 'hidden' to change timeout behavior,
|
||||||
#GRUB_HIDDEN_TIMEOUT=5
|
# press ESC key to display menu.
|
||||||
#GRUB_HIDDEN_TIMEOUT_QUIET=true
|
GRUB_TIMEOUT_STYLE=menu
|
||||||
|
|
||||||
# Uncomment to use basic console
|
# Uncomment to use basic console
|
||||||
GRUB_TERMINAL_INPUT=console
|
GRUB_TERMINAL_INPUT=console
|
||||||
|
Loading…
Reference in New Issue
Block a user