martedì 2 febbraio 2010

Compress / Decompress initrd files (CPIO)

To uncompress and

gunzip <>

and then to recompress I'd use:

find . | cpio -o -H newc | gzip -9 > newinitrd.gz



Nessun commento: