[CLUE-Tech] Install question

Mike lister-clue at gantsfort.com
Sun Mar 7 19:30:58 MST 2004


On Sun, Mar 07, 2004 at 04:12:45PM -0700, Francis X. Maier wrote:
> 'Make:  ***No rule to make target 'install.' ***  Stop.' 

Well, it means what it says ;). There is no `install' target. Unlike a
`bzImage' or `modules'. 2.4 kernels don't have an install target. It was
added in the 2.6 series. You will have to copy the image manually to the
boot directory and then update the /etc/lilo.conf if you are using lilo
or /boot/grub/grub.conf if you are using grub. Something like this:

# cp arch/i386/boot/bzImage /boot/your-kernel-name

Be sure to run /sbin/lilo after you update /etc/lilo.conf if you are
using lilo. Use your existing /etc/lilo.conf or /boot/grub/grub.conf as
a template for adding the new kernel.

HTH,
Mike



More information about the clue-tech mailing list