Re: recipe for kernel build...

2006-01-27 Thread Digby Tarvin
Re my earlier post: > > So how does this look as a recipe for rebuilding my 2.6.8-2-386 > > kernel from source: > > apt-get install kernel-tree-2.6.8 > > apt-get install pcmcia-source > > cd /usr/src > > tar jxf kernel-source-2.6.8.tar.bz2 > > tar -xvzf pcmcia-cs.tar.gz > >

Re: recipe for kernel build...

2006-01-26 Thread Kenward Vaughan
On Thu, Jan 26, 2006 at 03:06:51PM +, Digby Tarvin wrote: > Great, that was the clue I needed - thanks! > > So how does this look as a recipe for rebuilding my 2.6.8-2-386 > kernel from source: > apt-get install kernel-tree-2.6.8 > apt-get install pcmcia-source > cd /usr/src

Re: recipe for kernel build...

2006-01-26 Thread Digby Tarvin
On Thu, Jan 26, 2006 at 06:38:34AM -0800, Kenward Vaughan wrote: > > I have just done my first Debian install, and one of the things I > > want to do before I declare it complete is to make sure I can > > recreate the kernel from source so that I know I have the source > > for what I am running on

Re: recipe for kernel build...

2006-01-26 Thread Digby Tarvin
Great, that was the clue I needed - thanks! So how does this look as a recipe for rebuilding my 2.6.8-2-386 kernel from source: apt-get install kernel-tree-2.6.8 apt-get install pcmcia-source cd /usr/src tar jxf kernel-source-2.6.8.tar.bz2 tar -xvzf pcmcia-c

Re: recipe for kernel build...

2006-01-26 Thread Kenward Vaughan
On Thu, Jan 26, 2006 at 01:32:02PM +, Digby Tarvin wrote: > I have just done my first Debian install, and one of the things I > want to do before I declare it complete is to make sure I can > recreate the kernel from source so that I know I have the source > for what I am running on hand.. It

Re: recipe for kernel build...

2006-01-26 Thread Magnus Therning
On Thu, Jan 26, 2006 at 01:32:02PM +, Digby Tarvin wrote: >I have just done my first Debian install, and one of the things I >want to do before I declare it complete is to make sure I can >recreate the kernel from source so that I know I have the source >for what I am running on hand.. > >I am

recipe for kernel build...

2006-01-26 Thread Digby Tarvin
I have just done my first Debian install, and one of the things I want to do before I declare it complete is to make sure I can recreate the kernel from source so that I know I have the source for what I am running on hand.. I am doing this on a 233MHz 'Mobile Pentium MMX', and so during the insta