Re: a kernel compilation question

2005-07-19 Thread Raffaele D'Elia
Elimar Riesebieter wrote: >On Tue, 19 Jul 2005 the mental interface of >Raffaele D'Elia told: > > > >>Elimar Riesebieter wrote: >> >> >> >>>On Tue, 19 Jul 2005 the mental interface of >>>Doofus told: >>> >>> >>> >>>tar -xjf kernel-version.tar.bz >>>cd linux-version >>>make-kpkg debian >>>dc

Re: a kernel compilation question

2005-07-19 Thread Elimar Riesebieter
On Tue, 19 Jul 2005 the mental interface of Raffaele D'Elia told: > Elimar Riesebieter wrote: > > >On Tue, 19 Jul 2005 the mental interface of > >Doofus told: > > > > > > > >tar -xjf kernel-version.tar.bz > >cd linux-version > >make-kpkg debian > >dch -i > >Type your changes to the changelog li

Re: a kernel compilation question

2005-07-19 Thread Raffaele D'Elia
Elimar Riesebieter wrote: >On Tue, 19 Jul 2005 the mental interface of >Doofus told: > > > >tar -xjf kernel-version.tar.bz >cd linux-version >make-kpkg debian >dch -i >Type your changes to the changelog like: >"New vanilla upstream" >cp /boot/config-whatever .config >make menuconfig to custom yo

Re: a kernel compilation question

2005-07-18 Thread Ryan Schultz
On Monday 18 July 2005 07:43 pm, Doofus wrote: > The debian reference manual says there are two ways, the debian standard > method: > > http://www.uk.debian.org/doc/manuals/reference/ch-kernel.en.html#s-kernel-d >ebian > > and the classic method: > > http://www.uk.debian.org/doc/manuals/reference/c

Re: a kernel compilation question

2005-07-18 Thread Colin
Doofus wrote: > Is there any reason not to combine the two methods, ie download the > latest 2.4 from kernel.org (which I want), but use "make-kpkg clean" and > "make-kpkg kernel_image" (which I like)? Combine the methods? That's how the maintainers make the deb packages more or less. -- To U

Re: a kernel compilation question

2005-07-18 Thread John Hasler
Doofus writes: > Is there any reason not to combine the two methods, ie download the > latest 2.4 from kernel.org (which I want), but use "make-kpkg clean" and > "make-kpkg kernel_image" (which I like)? No. Kernel-package works fine with kernel.org kernels. -- John Hasler -- To UNSUBSCRIBE, e

Re: a kernel compilation question

2005-07-18 Thread kamaraju kusumanchi
Doofus wrote: Is there any reason not to combine the two methods, ie download the latest 2.4 from kernel.org (which I want), but use "make-kpkg clean" and "make-kpkg kernel_image" (which I like)? I do not have an answer to your question. But may I ask why you are trying to compile 1) lates

Re: a kernel compilation question

2005-07-18 Thread Elimar Riesebieter
On Tue, 19 Jul 2005 the mental interface of Doofus told: [...] > Is there any reason not to combine the two methods, ie download the latest > 2.4 > from kernel.org (which I want), but use "make-kpkg clean" and "make-kpkg > kernel_image" (which I like)? The way I do it: As root: $EDITOR /etc/ke

a kernel compilation question

2005-07-18 Thread Doofus
The debian reference manual says there are two ways, the debian standard method: http://www.uk.debian.org/doc/manuals/reference/ch-kernel.en.html#s-kernel-debian and the classic method: http://www.uk.debian.org/doc/manuals/reference/ch-kernel.en.html#s-kernel-classic where the first uses a ke