[oe-commits] Otavio Salvador : initramfs-framework: provides a modular initramfs

git at git.openembedded.org git at git.openembedded.org
Thu Dec 8 15:28:12 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 7b69ad2167a1f0e57db82817b98a0cbcb70a0dd3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7b69ad2167a1f0e57db82817b98a0cbcb70a0dd3

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Dec  7 21:23:00 2011 +0000

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 at ossystems.com.br>

---

 .../initrdscripts/initramfs-framework/debug        |   82 ++++++++++++
 .../initrdscripts/initramfs-framework/e2fs         |   28 ++++
 .../initrdscripts/initramfs-framework/finish       |   46 +++++++
 .../initrdscripts/initramfs-framework/init         |  136 ++++++++++++++++++++
 .../initrdscripts/initramfs-framework/mdev         |   30 +++++
 .../initrdscripts/initramfs-framework/udev         |   22 +++
 .../initrdscripts/initramfs-framework_1.0.bb       |   57 ++++++++
 7 files changed, 401 insertions(+), 0 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=7b69ad2167a1f0e57db82817b98a0cbcb70a0dd3




More information about the Openembedded-commits mailing list