Child pages
  • How to unpack an initrd image

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block

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