Am 20.03.2014 03:10, schrieb n22e113:
> 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! :)

I _believe_ it is sufficient to just unzip, concatenate and rezip the 
files as the cpio format is linear.

cheers

Erich



------------------------------------------------------------------------------
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: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to