From: Ed Bartosh Date: Wed, 10 Jun 2015 13:42:33 +0000 (+0300) Subject: image-live: Set syslinux timeout to 5s X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165e153f81c5cbd9b7f2fe9a35405617cd94406d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ed Bartosh --- diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 7b770fb353c..52b6de718a0 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass @@ -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} "