initramfs-bootmenu-image: add cpio.gz forcefully to IMAGE_FSTYPES
authorKoen Kooi <koen@openembedded.org>
Mon, 3 Mar 2008 12:30:27 +0000 (12:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 3 Mar 2008 12:30:27 +0000 (12:30 +0000)
packages/images/initramfs-bootmenu-image.bb

index 6a4974f..dd4f4d8 100644 (file)
@@ -4,9 +4,12 @@
 IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot"
 IMAGE_LINGUAS = ""
 
+
 # Remove any kernel-image that the kernel-module-* packages may have pulled in.
 PACKAGE_REMOVE = "kernel-image-* update-modules module-init-tools-depmod uclibc update-rc.d"
 ROOTFS_POSTPROCESS_COMMAND += "ipkg-cl ${IPKG_ARGS} -force-depends \
                                 remove ${PACKAGE_REMOVE};"
 
+IMAGE_FSTYPES += " cpio.gz "
+
 inherit image