I have a ramdisk.img file that I would like to change to ramdisk.cpio.gz, can I simply rename the file or do I have to go through the whole archiving process? If I need to go through the archiving process, can someone please tell me the steps required for the process.
feedback
|
migrated from stackoverflow.com Feb 1 '11 at 17:33
This question came from our site for professional and enthusiast programmers.
|
No,
This is all off the top of my head so may contain silly errors. Hope it works! | |||||||||
feedback
|
|
You probably want to replace an initrd image, with an initramfs archive. There is a script in the kernel sources to do the second part. It is in | |||
|
feedback
|