Ronald G Minnich wrote:
you can build cpio archive and use it as an initrd.
ron
here is the script I currently use. Pretend your prototype file system is in root_dir
cd root_dir find . | cpio --create --format=newc > ../initramfs_data.cpio cd .. gzip -9 initramfs_data.cpio #mv initramfs_data.cpio.gz /where_kernel_is/linux-2.6.xxx/usr/