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

Re: install 2.2 with 2.2.13 kernel



In a galaxy not too far away, laurent.vallet@ca-indosuez.com spoke on Fri, Nov 10, 2000 at 04:19:32PM +0100:
> 
> 
> Hi,
> 
> sorry for my stupid question but how can i install debian 2.2 with the 2.2.13
> (or 2.2.15) kernel ??

apt-get install kernel-source-2.2.15
cd /usr/src
tar -xIf kernel-source-2.2.15.tar.bz2
cd kernel-source-2.2.15
make config or make menuconfig or.... whatever you like to configure your kernel with...
make-kpkg --revision yourkernel1 kernel_image
dpkg -i ../kernel-image-2.2.15_yourkernel1_i386.deb

this assumes you have make-kpkg installed(apt-get install make-kpkg)

err... you have to do the above as root. this is generally considered not to be
a good idea. if you want to be pedantic, add yourself to group src and do the 
above as you, using fakeroot for make-kpkg.

hope that helps,
/stefan.

> 
> Thanks in advance for help.
> 
> Laurent
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null
> 
> 



Reply to: