mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
image-vmdk.bbclass: set timeout to 1 second
The SYSLINUX_TIMEOUT ?= "1" means 0.1 second which is too short, set to 1 second as mage-live.bbclass and boot-directdisk.bbclass does. (From OE-Core rev: 4bbfd25345858720d14c66b84f38fee42168915f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
48b1390233
commit
e95d2f2687
@@ -3,7 +3,7 @@
|
||||
|
||||
SYSLINUX_ROOT = "root=/dev/hda2 "
|
||||
SYSLINUX_PROMPT ?= "0"
|
||||
SYSLINUX_TIMEOUT ?= "1"
|
||||
SYSLINUX_TIMEOUT ?= "10"
|
||||
SYSLINUX_LABELS = "boot"
|
||||
LABELS_append = " ${SYSLINUX_LABELS} "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user