diff options
| -rw-r--r-- | meta/classes/image-live.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index fa7a131eda..23e4a5cef6 100644 --- a/meta/classes/image-live.bbclass +++ b/meta/classes/image-live.bbclass | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | AUTO_SYSLINUXCFG = "1" | 2 | AUTO_SYSLINUXCFG = "1" |
| 3 | INITRD_IMAGE ?= "core-image-minimal-initramfs" | 3 | INITRD_IMAGE ?= "core-image-minimal-initramfs" |
| 4 | INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz" | 4 | INITRD ?= "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE}-${MACHINE}.cpio.gz" |
| 5 | SYSLINUX_ROOT = "root=/dev/ram0" | 5 | SYSLINUX_ROOT ?= "root=/dev/ram0" |
| 6 | SYSLINUX_TIMEOUT ?= "50" | 6 | SYSLINUX_TIMEOUT ?= "50" |
| 7 | SYSLINUX_LABELS ?= "boot install" | 7 | SYSLINUX_LABELS ?= "boot install" |
| 8 | LABELS_append = " ${SYSLINUX_LABELS} " | 8 | LABELS_append = " ${SYSLINUX_LABELS} " |
