LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   init.rd creation (https://www.linuxquestions.org/questions/linux-newbie-8/init-rd-creation-185382/)

LawnGnome 05-24-2004 05:49 PM

init.rd creation
 
Hi , I always used redhat which "make install" set everything up when I compiled a new kernel. I switched to Debian now and "make install" copies everything to my /boot directory except the initrd image. I ve been searching around on kernel compiling but they dont say how to create or where it is located if make install put it somewhere. Kinda lost on this as you can tell. So just need to know the command to create it or if its made the directory it is in.

OneManArmy 05-24-2004 06:35 PM

installing a new kernel is quite easy in debian.
1.cd to the source.
2. make menconfig.
3. make-kpkg which creates a kernel image package (.deb) which
is installable using dpkg -i command.

what I have written is not the exact thing to do but rather Very general
guidelines. For exact commands google for "compiling kernel debian way".

Hope this helps.

LawnGnome 05-24-2004 06:56 PM

ahh
 
Ok thanks I think thats where I messed up I just installed the kerne-image and source(for that version) and did it that way. The search keywords work great. Thanks!

OneManArmy 05-24-2004 07:30 PM

Great :)

Have fun


All times are GMT -5. The time now is 11:07 PM.