diff options
-rw-r--r-- | meta/classes/image-live.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index c910488d64..1d184a1e00 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
@@ -1,11 +1,11 @@ | |||
1 | 1 | ||
2 | AUTO_SYSLINUXCFG = "1" | 2 | AUTO_SYSLINUXCFG = "1" |
3 | INITRD = "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz" | 3 | INITRD ?= "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz" |
4 | APPEND += "root=/dev/ram0 " | 4 | APPEND += "root=/dev/ram0 " |
5 | TIMEOUT = "10" | 5 | TIMEOUT = "10" |
6 | LABELS += "boot install" | 6 | LABELS += "boot install" |
7 | 7 | ||
8 | ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" | 8 | ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" |
9 | 9 | ||
10 | do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs" | 10 | do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs" |
11 | do_bootimg[depends] += "${IMAGE_BASENAME}:do_rootfs" | 11 | do_bootimg[depends] += "${IMAGE_BASENAME}:do_rootfs" |