[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Yehaw!



> On Tue, 1 Feb 2000, Lee Chapelle wrote:
> How do I obtain and install the 2.3 kernel? I am running corel-linux



From: aphro <nate@firetrail.com>

> cd to /usr/src
> and run this:
> 
> wget http://metalab.unc.edu/pub/Linux/kernel/v2.3/linux-2.3.41.tar.gz

that's cool!

> mv linux linux-OLD

no such directory or file    <SPLAT>

> mkdir linux-2.3.41
> ln -s linux-2.3.41 linux
> tar -zxvf linux-2.3.41.tar.gz
> cd linux
> make menuconfig
> (configure the kernel to your liking)
> make dep ; make clean ; make bzImage ; make modules ; make modules_install
> cd arch/i386/boot
> cp bzImage /boot/vmlinuz-2.3.41
> cd /
> rm vmlinuz
> ln -s boot/vmlinuz-2.3.41 vmlinuz
> lilo
> 
> and reboot. there may be a better way but thats how i do it.  check
> /etc/lilo.conf to make sure the default kernel is /vmlinuz
> 
> nate
> 
> 



Reply to: