Re: Kernel Compilation Basics

Mike Dresser (mdresser@windsormachine.com)
Fri, 23 Nov 2001 19:21:48 -0500 (EST)


On Fri, 23 Nov 2001, David Relson wrote:

> At 04:57 PM 11/23/01, Paulo J. Matos aka PDestroy wrote:
> >Hi all,
> >
> >I'm trying to compile 2.4.15.
> >I've read Kernel Howto and I've done the quick compilation steps:
> >make xconfig
> >make dep
> >make clean
> >make bzImage
> >cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.15
> Rather than "cp ... /boot/..." use "make install". If I remember
> correctly, "make install" will even add the proper entry to
> /etc/lilo.conf. Assuming you are using lilo, you will also need to run it
> after "make modules_install".
>
> David

I've always done a make bzlilo after the dep clean, is this wrong?
Updates my lilo for me just fine.

Mike

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/