]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fs/initramfs: refactor with fs/cpio
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 6 Sep 2011 21:16:09 +0000 (23:16 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Sep 2011 20:46:00 +0000 (22:46 +0200)
commit13a3afc536b845e8de8eea9b91bbc6e7430c4566
treee6c12ef1dc34eb5d70877b6c3c7a880958ddce34
parent3fac21ef8d794b47f731003b399e704349c54346
fs/initramfs: refactor with fs/cpio

An initramfs is in fact the same as a cpio archive, but embedded in
the kernel.  So instead of duplicating the cpio infrastructure,
we can simply build images/rootfs.cpio and link that into the
kernel.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/initramfs/Config.in
fs/initramfs/gen_initramfs_list.sh [deleted file]
fs/initramfs/init [deleted file]
fs/initramfs/initramfs.mk
linux/linux.mk