Child pages
  • How to unpack an initrd image

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

this was found at

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)