initramfs-bootmenu-image: busybox' modprobe is broken, so pull klibc's.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 2 Dec 2008 12:43:02 +0000 (14:43 +0200)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 2 Dec 2008 12:43:02 +0000 (14:43 +0200)
packages/images/initramfs-bootmenu-image.bb

index c00efcf..79806c9 100644 (file)
@@ -1,12 +1,12 @@
 # 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_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot klibc-utils-static-modprobe"
 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"
+PACKAGE_REMOVE = "kernel-image-* update-modules module-init-tools-depmod update-rc.d uclibc"
 ROOTFS_POSTPROCESS_COMMAND += "opkg-cl ${IPKG_ARGS} -force-depends \
                                 remove ${PACKAGE_REMOVE};"