by Void Main » Fri Aug 26, 2005 5:58 pm
Yep, that's Slackware. But that's why you use Slackware right? So things aren't done for you so you learn the nitty gritty? :) If you are running Red Hat/Fedora (and many other distros) and are using either GRUB or LILO and do a "make install" you will find in the /usr/src/linux*/arch/i386/boot/Makefile that a script called "install.sh" (also in that directory) is called. In that script you will see that if a command called "/sbin/installkernel" exists then run it, which in turn copies the newly compiled kernel and associated files to the proper /boot directory and adds the appropriate GRUB/LILO entries.