-# Sample initramfs image
+# 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"
IMAGE_LINGUAS = ""
-# Sample initramfs image
+# initramfs image allowing to boot from location as specified on kernel
+# command line, from teh choices of block device, loop back images (including
+# recursive) and NFS.
IMAGE_INSTALL = "initramfs-module-block initramfs-module-loop initramfs-module-nfs"
IMAGE_LINGUAS = ""
-# Sample initramfs image
+# Sample initramfs image, very minimal
IMAGE_INSTALL = "initramfs-module-nfs busybox-static"