[linux-help] Re: Kernel compile
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
instead, you'd do:
make menuconfig (or xconfig)
make dep
make clean
make bzImage
make modules
make modules_install
cp arch/boot/i386/boot/bzImage /boot/vmlinuz-x.xx.xxx
what i usually did was run it like this:
make xconfig
make dep && make clean && make bzImage && make modules && \
make modules install
then install the kernel and update my lilo.conf to point to the correct
kernel (i have vmlinuz.current and vmlinuz.old as symlinks pointing to the
current kernel i'm using and the old kernel i'm replaceing,
respectively... this way, you just update the symlinks and your lilo.conf
points to vmlinuz.current and .old and you don't have to remember to run
lilo! : ^ )
hope this helps!
gLaNDix
<<< lloydix.2y.net FreeBSD 4.3-RELEASE #0: Thu Jul 5 06:16:31 CDT 2001
glandix@xxxxxxxxxxxxxx:/usr/obj/usr/src/sys/LLOYDIX >>>
On Sat, 4 Aug 2001, Bruce Bales wrote:
>
> The instructions I have been following say to do:
> make menuconfig
> make dep
> make clean
> make zlilo
> make modules
> make modules_install
>
> where would "make bzimage" fit in - or would it replace one of the above?
>
> Carl D Cravens wrote:
>
> >
> > Try 'make bzimage'. If that doesn't help, look for drivers that were
> > compiled in but can be made loadable modules. (And continue to use 'make
> > bzimage'.) Make sure you aren't including stuff you don't need.
>
> -- This is the linux-help@xxxxxxxxx list. To unsubscribe,
> visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
>
-- This is the linux-help@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
- [linux-help] Re: dhcp client question, (continued)
- [linux-help] Re: dhcp client question, Bruce Bales, 2001/08/04
- [linux-help] Re: dhcp client question, gLaNDix (Jesse Kaufman), 2001/08/04
- [linux-help] Re: dhcp client question, Bruce Bales, 2001/08/04
- [linux-help] Re: dhcp client question, gLaNDix (Jesse Kaufman), 2001/08/04
- [linux-help] Re: dhcp client question, Bruce Bales, 2001/08/04
- [linux-help] Kernel compile, Bruce Bales, 2001/08/04
- [linux-help] Re: Kernel compile, Carl D Cravens, 2001/08/04
- [linux-help] Re: Kernel compile, Bruce Bales, 2001/08/04
- [linux-help] Re: Kernel compile,
gLaNDix (Jesse Kaufman) <=
- [linux-help] Re: Kernel compile, Carl D Cravens, 2001/08/05
- [linux-help] Re: Kernel compile, gLaNDix (Jesse Kaufman), 2001/08/05
- [linux-help] Re: Kernel compile, Bruce Bales, 2001/08/05
- [linux-help] Re: Kernel compile, gLaNDix (Jesse Kaufman), 2001/08/05
- [linux-help] Re: Kernel compile, Bruce Bales, 2001/08/05
- [linux-help] Re: Kernel compile, Steven Saner, 2001/08/05
- [linux-help] Re: Kernel compile, Weqaar Ali Janjua, 2001/08/05
- [linux-help] Re: Kernel compile, Bruce Bales, 2001/08/05
- [linux-help] Re: Kernel compile, Nate Bargmann, 2001/08/05
- [linux-help] Re: Kernel compile, Bruce Bales, 2001/08/05
|
|