Add busybox shell replacements module
authorDaniel Drake <dsd@laptop.org>
Mon, 8 Nov 2010 19:49:33 +0000 (19:49 +0000)
committerHarald Hoyer <harald@redhat.com>
Wed, 10 Nov 2010 14:49:48 +0000 (15:49 +0100)
commitdbcc4e94c54dd386f09ba0709cb42592cc739502
tree43f644b33444f0efb53d04d5ec3e0ba0d8598d43
parentd118a5990a672887c26e3d44fd35964fd4d7d4dc
Add busybox shell replacements module

On the OLPC XO-1, there is a noticable delay during boot while the
initramfs is loaded from disk and uncompressed, so we have an interest
in making it small. We are also pushed for disk space.

Using busybox instead of all the regular tools saves a lot of space.
I have not tried every module but the basics are working with busybox's
replacements. Our initramfs is now down to 1.9mb.
modules.d/05busybox/check [new file with mode: 0755]
modules.d/05busybox/install [new file with mode: 0755]