LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   why untill now we still can't use "make install" to install kernel? (https://www.linuxquestions.org/questions/linux-general-1/why-untill-now-we-still-cant-use-make-install-to-install-kernel-106493/)

linuxlah 10-20-2003 07:17 PM

why untill now we still can't use "make install" to install kernel?
 
I'm in the phase of converting from RH to slack!. I ran a howto at linuxmafia.org / linuxpackages.net that says in slackware we are safe to use "make install"!!! That's great.....but later when I tried it, the "make install" put my kernel image at / . :(.........

martinman 10-20-2003 09:54 PM

i use make install on my RH 9, it works fine...

Scruff 10-20-2003 11:13 PM

You have to edit the Makefile to tell it where to save the image. Check out this tutorial for Slack: kernel compile

It got me through many successful runs :)

yapp 10-21-2003 05:59 AM

instead of the "make install", I copy the arch/i386/boot/bzImage and System.map to the /boot folder, (with a different name).
Put a symlink to the correct System.map, and update your file locations in your boot-loader (for example /etc/lilo.conf) grub and lilo allow you to add multiple kernel options to the menu. ;)

You'll have a little more flexibility this way.

linuxlah 10-21-2003 08:29 PM

Quote:

Originally posted by Scruff
You have to edit the Makefile to tell it where to save the image. Check out this tutorial for Slack: kernel compile

It got me through many successful runs :)


thanks... It does work!!! Yeeehaaaaaaaaaaaaa


All times are GMT -5. The time now is 02:10 AM.