[Buildroot] where is the initrd image?

Bernhard Fischer rep.dot.nop at gmail.com
Wed Jun 27 10:11:31 UTC 2007


On Wed, Jun 27, 2007 at 11:35:02AM +0200, Julien Letessier wrote:
>As far as I known there is no support for initrd in buildroot.
>And you don't need one for an embedded system!
>
>In desktop distributions, the initrd is used e.g. to load device/filesystem
>drivers before mounting the root filesystem (which may reside on a
>nonstandard device/filesystem). [1]
>
>In an embedded system, you should include all appropriate drivers in the
>kernel itself, so an initrd is useless.
>Just compile a proper kernel, and configure grub on your target with e.g.
>
>kernel /boot/bzImage root=/dev/hda1
>
>[1] http://en.wikipedia.org/wiki/Initrd

http://busybox.net/bugs/view.php?id=881

This is high on my TODO list for quite some time now, fwiw.
As noted in that report, it is not acceptable to mount stuff.
Ideally we will have to add cpio write support to busybox (and, but this
is not related, ar write support. Wrong list, though).



More information about the buildroot mailing list