Commit 52103e06 authored by Anton Midyukov's avatar Anton Midyukov

grub, syslinux: Set default timeout to 60 seconds

60 seconds should be enough for any hardware. It is important not to forget that the timeout for grub is measured in seconds, and for syslinux in deciseconds.
parent 8e4870f0
ifdef BUILDDIR
# in deciseconds
DEFAULT_TIMEOUT = 90
# in seconds
DEFAULT_TIMEOUT = 60
# prepare data for grub installation;
# see also stage1/scripts.d/01-grub
......
ifdef BUILDDIR
# in deciseconds
DEFAULT_TIMEOUT = 90
DEFAULT_TIMEOUT = 600
# prepare data for syslinux installation;
# see also stage1/scripts.d/01-syslinux
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment