making initrd.gz

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
H3g3m0n
Newbie
Posts: 2
Joined: Fri Jun 17, 2005 11:18 am

making initrd.gz

Post by H3g3m0n »

Im trying to upgrade from 2.4.22 to 2.4.29 so that i can compile lirc and use the dvd remote however I don't know how to make an initrd.gz image. I know it uses mkinitrd but I don't know exactly what command line options I need to feed it.
orochi
Gentoox Guru!
Posts: 606
Joined: Sun Oct 24, 2004 8:11 am

Post by orochi »

Code: Select all

make menuconfig
make bzImage
then copy bzImage (it will be in a subdir, forget what) to your e: and either rename it to vmlinuz or edit your cfg, you dont need to mess with the other file[/code]
Post Reply