LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help with mkinitrd (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-mkinitrd-338933/)

paddyjoy 06-30-2005 10:38 PM

Help with mkinitrd
 
I'm trying to make an initrd file for my kernel (fedora core 3) with the command

Code:

mkinitrd  /boot/initrd-2.6.11 2.6.11
but I keep getting the error

Code:

No dep file found for kernel 2.6.11
Anyone have any ideas what this could be?

I have tried running
Code:

make dep
but it says

Code:

*** Warning: make dep is unnecessary now.
Paddy

juanbobo 06-30-2005 10:41 PM

I may be wrong, but I believe "make dep" isn't necessary on 2.6 kernels.

paddyjoy 07-02-2005 07:05 AM

Ok I figured it out.

Just needed to run
Code:

depmod 2.6.11
which created the file
Code:

/lib/modules/2.6.ll/modules.dep
Paddy


All times are GMT -5. The time now is 04:28 PM.