]> code.ossystems Code Review - openembedded-core.git/commit
initramfs-framework: provides a modular initramfs
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 7 Dec 2011 21:23:00 +0000 (21:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2011 15:14:05 +0000 (15:14 +0000)
commit7b69ad2167a1f0e57db82817b98a0cbcb70a0dd3
treeb5715e5e90ea8174dbfb0646d81bad43609eb2dd
parentc9f714062c1100cedbcb2c16d16656e3f5442133
initramfs-framework: provides a modular initramfs

Provides the API and modules for a modular initramfs. The currently
included modules are:

 * initramfs-module-debug adds support to dynamic debugging of
   initramfs using bootparams

 * initramfs-module-udev: enables udev usage

 * initramfs-module-mdev: enables mdev usage

 * initramfs-module-e2fs: adds support for ext4, ext3 and ext2
   filesystems

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/recipes-core/initrdscripts/initramfs-framework/debug [new file with mode: 0644]
meta/recipes-core/initrdscripts/initramfs-framework/e2fs [new file with mode: 0755]
meta/recipes-core/initrdscripts/initramfs-framework/finish [new file with mode: 0755]
meta/recipes-core/initrdscripts/initramfs-framework/init [new file with mode: 0755]
meta/recipes-core/initrdscripts/initramfs-framework/mdev [new file with mode: 0644]
meta/recipes-core/initrdscripts/initramfs-framework/udev [new file with mode: 0644]
meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb [new file with mode: 0644]