[oe-commits] Ed Bartosh : image-live: Set syslinux timeout to 5s

git at git.openembedded.org git at git.openembedded.org
Tue Jun 23 10:55:12 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 165e153f81c5cbd9b7f2fe9a35405617cd94406d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=165e153f81c5cbd9b7f2fe9a35405617cd94406d

Author: Ed Bartosh <ed.bartosh at linux.intel.com>
Date:   Wed Jun 10 16:42:33 2015 +0300

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 <ed.bartosh at linux.intel.com>

---

 meta/classes/image-live.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index 7b770fb..52b6de7 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} "
 



More information about the Openembedded-commits mailing list