Child pages
  • How to unpack an initrd image
Skip to end of metadata
Go to start of metadata

this was found at

http://genetikayos.livejournal.com/106073.html

zcat /boot/initramfs-genkernel-x86-2.6.15-* | (while true; do cpio -i -d -H newc --no-absolute-filenames || exit; done)