mkdir tmp_initrd cd tmp_initrd gzip -c -f -d ../initrd.img | cpio -id
find . | cpio --create --format='newc' | gzip -c > ../initrd.img