+7
−6
fs/initramfs/gen_initramfs_list.sh
deleted100644 → 0
+0
−203
fs/initramfs/init
deleted100755 → 0
+0
−7
+11
−24
+7
−10
Loading
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>