How to Compile A Kernel - The Debian Way - Page 2

Share this page:

Suggested articles

1 Comment(s)

Add comment

Comments

By: Anonymous

Great article, I learned a lot. However, I researched a little on my own after getting problems with yaird and making initrd. Well, the article is old I know, but it seems that using yaird is quite outdated, so instead of using:

mkinitrd.yaird -o /boot/initrd.img-2.6.21.3 2.6.21.3

Use:

mkinitramfs -o /boot/initrd.img-2.6.21.3 2.6.21.3

Which is a part of the package 'initramfs-tools'.