From e03d5cbdfc39a835576b16a0beeea6858e983f56 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 21 Feb 2012 14:35:42 -0800 Subject: image-live: fix SYSLINUX_TIME and add SYSLINUX_ROOT instead of APPEND Signed-off-by: Saul Wold --- meta/classes/image-live.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/classes/image-live.bbclass') 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" -- cgit 1.2.3-korg