mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
image-live: make SYSLINUX_ROOT changable in image recipes
(From OE-Core rev: 33c3a74b0266c53773d7ca3983f9ff50c00b9000) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
50099663e0
commit
3b5d6ffd77
@@ -2,7 +2,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_ROOT ?= "root=/dev/ram0"
|
||||
SYSLINUX_TIMEOUT ?= "50"
|
||||
SYSLINUX_LABELS ?= "boot install"
|
||||
LABELS_append = " ${SYSLINUX_LABELS} "
|
||||
|
||||
Reference in New Issue
Block a user