Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: mbzadegan on February 13, 2011, 02:44:26 AM
-
Dear Leaders :
i wanna to extract microcore.cpio and rebuilded it but the command of cpio -i is not working for me !!!
What command does need to Extract cpio files ? ( & for create ? ) :)
-
Hi mbzadegan
I don't know the answer off the top of my head but I know it's been covered. Try
searching the forums using combinations of the words cpio, extract, compress,
compile, bzImage and initrd.
-
to extract
cpio -idv -F microcore.cpio
see for more
http://www.thegeekstuff.com/2010/08/cpio-utility/ (http://www.thegeekstuff.com/2010/08/cpio-utility/)
-
Very Well , That's Right , :)
How can i create microcore.gz from my rebulided folder ?
-
find | sudo cpio -o -H newc -F microcore.cpio
if you are remastering see wiki page
http://wiki.tinycorelinux.com/Remastering (http://wiki.tinycorelinux.com/Remastering)