(cd initrd; find . | cpio --quiet -c -o) > initrd.cpio
gzip -9 initrd.cpio
rm initrd.gz
mv initrd.cpio.gz initrd.gz
