> Hi, I'm testing with 4.2b1 and want to examine the
> uncompressed-then-mounted contents of the initrd.lrp file.
>
To change:
# gunzip < initrd.lrp > initrd
# mkdir ./tmprd && cd ./tmprd
# cpio -id < ../initrd

After modify, to re-compress:
# find . | cpio --create --format='newc' > ../initrd-new
# cd ../ && gzip < initrd-new > initrd-new.lrp
That should do it! Remember to rename initrd-new.lrp!
Cheers!


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
------------------------------------------------------------------------
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