aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/image-live.bbclass
blob: 1d184a1e00910ed96fc6bbb06600b8c617110b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTO_SYSLINUXCFG = "1"
INITRD ?= "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz"
APPEND += "root=/dev/ram0 "
TIMEOUT = "10"
LABELS += "boot install"

ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3"

do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs"
do_bootimg[depends] += "${IMAGE_BASENAME}:do_rootfs"

inherit bootimg