On 3/19/2014 16:59, Erich Titl wrote:
> what about concatenating the initd files?
> :-)
>
It works and here is how I did it:
mkdir ./tmpinitrd && cd ./tmpinitrd
zcat ../initrd.lrp | cpio -iv
zcat ../initmod.lrp | cpio -iv
find . -print | cpio -o -H newc | \
   gzip -9 -c - > ../initrd.new
cd .. && mv initrd.new initrd.lrp
cheers! :)


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
------------------------------------------------------------------------
leaf-user mailing list: [email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to