summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/images/initramfs-ostree-image.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb
index 9e47086..e4123d4 100644
--- a/recipes-core/images/initramfs-ostree-image.bb
+++ b/recipes-core/images/initramfs-ostree-image.bb
@@ -13,7 +13,9 @@ IMAGE_LINGUAS = ""
13 13
14LICENSE = "MIT" 14LICENSE = "MIT"
15 15
16IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" 16# was ${INITRAMFS_FSTYPES} which defaults to cpio.gz
17# due to xattr, we need ext3/4
18IMAGE_FSTYPES = "ext4.gz"
17inherit core-image 19inherit core-image
18 20
19IMAGE_ROOTFS_SIZE = "8192" 21IMAGE_ROOTFS_SIZE = "8192"