Re: make-kpkg question about version

2003-07-28 Thread Bob Proulx
Bill Moseley wrote: > $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon > kernel_image > $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon > modules_image > > Now, when I want to run clean: > $ make-kpkg clean modules_clean > I get: > The

make-kpkg question about version

2003-07-28 Thread Bill Moseley
I just built a new kernel from kenel-sources, plus I built the ls-sensors modules So, to build the kernel and modules I used: $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon kernel_image $ fakeroot make-kpkg --revision=custom.1.0 --append_to_version=-xfs-athlon m

make-kpkg question

2001-01-02 Thread Jeronimo Pellegrini
Hello! (and Happy New Year!) I run sid here and I usually buildd my kernels in mmy home directory; to build lm-sensors and i2c without becoming root, I decided to unpack the sources in ~/Linux/kernel/modules, and use that directory for MODULE_LOC. The kernel and modules build fine (and I don't h

Re: make-kpkg question.

2000-12-19 Thread Adam Shand
> you definitely do not want use the patches for 2.2.18 with any other > kernel, unless you really know what you are doing (you would have to > make sure that the files that the patch changes are unchanged between > 2.2.18 and whatever you will use). yah, i know that :) > I don't know whethe

Re: Kernel patches (Was: make-kpkg question)

2000-12-15 Thread Alson van der Meulen
On Fri, Dec 15, 2000 at 01:50:34PM +0100, Peter Hugosson-Miller wrote: > > you definitely do not want use the patches for 2.2.18 with any > > other kernel, unless you really know what you are doing (you > > would have to make sure that the files that the patch changes > > are unchanged between 2.2.

Kernel patches (Was: make-kpkg question)

2000-12-15 Thread Peter Hugosson-Miller
> you definitely do not want use the patches for 2.2.18 with any > other kernel, unless you really know what you are doing (you > would have to make sure that the files that the patch changes > are unchanged between 2.2.18 and whatever you will use). This brings up another question: According to w

Re: make-kpkg question.

2000-12-14 Thread Erik Steffl
Adam Shand wrote: > > hey. > > i wanna build my own kernel using make-kpkg with some custom patches (the > openwall patch and the sub domain patch from wirex) with the release > 2.2.18 kernel (which isn't in debian yet). > > it looks like i can just put the patches into /usr/src/kernel-patches b

Re: make-kpkg question.

2000-12-14 Thread David Z Maze
Adam Shand <[EMAIL PROTECTED]> writes: AS> i wanna build my own kernel using make-kpkg with some custom patches (the AS> openwall patch and the sub domain patch from wirex) with the release AS> 2.2.18 kernel (which isn't in debian yet). AS> AS> it looks like i can just put the patches into /usr/sr

make-kpkg question.

2000-12-14 Thread Adam Shand
hey. i wanna build my own kernel using make-kpkg with some custom patches (the openwall patch and the sub domain patch from wirex) with the release 2.2.18 kernel (which isn't in debian yet). it looks like i can just put the patches into /usr/src/kernel-patches but my question is do i have to wai