mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 13:13:02 +01:00
image-live: Set syslinux timeout to 5s
Increased syslinux timeout to 5s as default 1s timeout is not enough to notice syslinux prompt on some devices. (From OE-Core rev: 165e153f81c5cbd9b7f2fe9a35405617cd94406d) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
74603c4ab4
commit
ff8ec3db57
@@ -3,7 +3,7 @@ AUTO_SYSLINUXCFG = "1"
|
||||
INITRD_IMAGE ?= "core-image-minimal-initramfs"
|
||||
INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz"
|
||||
SYSLINUX_ROOT = "root=/dev/ram0"
|
||||
SYSLINUX_TIMEOUT ?= "10"
|
||||
SYSLINUX_TIMEOUT ?= "50"
|
||||
SYSLINUX_LABELS ?= "boot install"
|
||||
LABELS_append = " ${SYSLINUX_LABELS} "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user