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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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)
  • No labels