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.
This commit is contained in:
Anton Midyukov 2020-08-26 14:45:04 +07:00
parent 8e4870f06e
commit 52103e0658
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
ifdef BUILDDIR ifdef BUILDDIR
# in deciseconds # in seconds
DEFAULT_TIMEOUT = 90 DEFAULT_TIMEOUT = 60
# prepare data for grub installation; # prepare data for grub installation;
# see also stage1/scripts.d/01-grub # see also stage1/scripts.d/01-grub

View File

@ -1,7 +1,7 @@
ifdef BUILDDIR ifdef BUILDDIR
# in deciseconds # in deciseconds
DEFAULT_TIMEOUT = 90 DEFAULT_TIMEOUT = 600
# prepare data for syslinux installation; # prepare data for syslinux installation;
# see also stage1/scripts.d/01-syslinux # see also stage1/scripts.d/01-syslinux