Skip to content

Commit 346c73c

Browse files
base: lmp: set default INITRD_IMAGE_LIVE
Set default INITRD_IMAGE_LIVE to core-image-minimal-initramfs, used by installers (hddimg, wic-based, etc). Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 6eccf27 commit 346c73c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

meta-lmp-base/conf/distro/lmp.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ IMAGE_INSTALL_remove = "${@oe.utils.ifelse('${SOTA_CLIENT}' != 'aktualizr', 'akt
3131
## Do not ship repo manifest in /etc by default (published by CI instead)
3232
IMAGE_CLASSES_remove = "image_repo_manifest"
3333

34-
# For hddimg images
34+
# For live/installer images
35+
INITRD_IMAGE_LIVE ?= "core-image-minimal-initramfs"
3536
LIVE_ROOTFS_TYPE = "ota-ext4"
3637
LABELS_LIVE = "install"
3738

0 commit comments

Comments
 (0)