From: Saul Wold Date: Tue, 21 Feb 2012 22:35:42 +0000 (-0800) Subject: image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND X-Git-Tag: 2015-4~11700 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e03d5cbdfc39a835576b16a0beeea6858e983f56;p=openembedded-core.git image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND Signed-off-by: Saul Wold --- diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index e85ac1e8f2..1476840eab 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass @@ -2,8 +2,8 @@ AUTO_SYSLINUXCFG = "1" INITRD_IMAGE ?= "core-image-minimal-initramfs" INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz" -APPEND += "root=/dev/ram0 " -TIMEOUT = "10" +SYSLINUX_ROOT = "root=/dev/ram0 " +SYSLINUX_TIMEOUT = "10" LABELS += "boot install" ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3"