From: Chris Hallinan Date: Wed, 14 Oct 2015 16:14:35 +0000 (-0400) Subject: image-live: make SYSLINUX_ROOT changable in image recipes X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28620 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c3a74b0266c53773d7ca3983f9ff50c00b9000;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git image-live: make SYSLINUX_ROOT changable in image recipes Signed-off-by: Ross Burton --- diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index fa7a131edad..23e4a5cef63 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass @@ -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} "