[oe-commits] org.oe.dev initramfs-bootmenu-image: add cpio.gz forcefully to IMAGE_FSTYPES

koen commit openembedded-commits at lists.openembedded.org
Mon Mar 3 13:05:08 UTC 2008


initramfs-bootmenu-image: add cpio.gz forcefully to IMAGE_FSTYPES

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 45bb832d6d0ed21a2ec91685ceb9dd7f847010bd
ViewMTN: http://monotone.openembedded.org/revision/info/45bb832d6d0ed21a2ec91685ceb9dd7f847010bd
Files:
1
packages/images/initramfs-bootmenu-image.bb
Diffs:

#
# mt diff -r97a87d0f60ababaf852f048ac9bc4bbff22af36c -r45bb832d6d0ed21a2ec91685ceb9dd7f847010bd
#
# 
# 
# patch "packages/images/initramfs-bootmenu-image.bb"
#  from [38ef36eabeee024e8db27348adc48b175a697764]
#    to [4053cc6f61cb414749eb9f5ec9f956af0718fd07]
# 
============================================================
--- packages/images/initramfs-bootmenu-image.bb	38ef36eabeee024e8db27348adc48b175a697764
+++ packages/images/initramfs-bootmenu-image.bb	4053cc6f61cb414749eb9f5ec9f956af0718fd07
@@ -1,12 +1,15 @@ IMAGE_LINGUAS = ""
 # initramfs image with interactive boot menu allowing to select rootfs location
 # from choices of block devices, loopback images and NFS.
 
 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






More information about the Openembedded-commits mailing list