Re: Concerning make-kpkg --append-to-version

2005-09-10 Thread Spacepup
Adam Hardy wrote: > David A. Cobb on 09/09/05 02:41, wrote: > >> I have been trying various configurations building >> LINUX-SOURCE-2.6.12 using make-kpkg. >> To minimize avoidable errors, I run the whole make from a bash script. >> >> If I use --append-to-version "x6+p0c40" for example, the first

Re: Concerning make-kpkg --append-to-version

2005-09-09 Thread Adam Hardy
David A. Cobb on 09/09/05 02:41, wrote: I have been trying various configurations building LINUX-SOURCE-2.6.12 using make-kpkg. To minimize avoidable errors, I run the whole make from a bash script. If I use --append-to-version "x6+p0c40" for example, the first build is fine. However, the app

Concerning make-kpkg --append-to-version

2005-09-08 Thread David A. Cobb
I have been trying various configurations building LINUX-SOURCE-2.6.12 using make-kpkg. To minimize avoidable errors, I run the whole make from a bash script. If I use --append-to-version "x6+p0c40" for example, the first build is fine. However, the appended codes get written into '.config'

Re: make-kpkg --append-to-version

2001-07-01 Thread ktb
On Sun, Jul 01, 2001 at 02:14:50PM +0200, Joerg Johannes wrote: > Vineet Kumar wrote: > > > > Incorrect. Using --revision-number=custom.1.0 will result in a > > creation of ../kernel-image-2.4.5_custom.1.1_i386.deb . This is a > > different revision of the same debian package kernel-image-2.4.5 .

Re: make-kpkg --append-to-version

2001-07-01 Thread Joerg Johannes
Vineet Kumar wrote: > > Incorrect. Using --revision-number=custom.1.0 will result in a > creation of ../kernel-image-2.4.5_custom.1.1_i386.deb . This is a > different revision of the same debian package kernel-image-2.4.5 . He > does want as Joost suggests: --append-to-version=athlon , which will

Re: make-kpkg --append-to-version

2001-07-01 Thread Joost Kooij
On Sat, Jun 30, 2001 at 10:03:37PM -0700, Vineet Kumar wrote: > Incorrect. Using --revision-number=custom.1.0 will result in a > creation of ../kernel-image-2.4.5_custom.1.1_i386.deb . This is a > different revision of the same debian package kernel-image-2.4.5 . He > does want as Joost suggests: -

Re: make-kpkg --append-to-version

2001-07-01 Thread Vineet Kumar
Incorrect. Using --revision-number=custom.1.0 will result in a creation of ../kernel-image-2.4.5_custom.1.1_i386.deb . This is a different revision of the same debian package kernel-image-2.4.5 . He does want as Joost suggests: --append-to-version=athlon , which will result in something like ../ker

Re: make-kpkg --append-to-version

2001-06-30 Thread ktb
On Sat, Jun 30, 2001 at 04:45:33PM +0200, Joost Kooij wrote: > On Sat, Jun 30, 2001 at 08:22:02AM -0500, ktb wrote: > > >From zless /usr/doc/kernel-package/README.gz - > > make-kpkg --revision=custom.1.0 kernel_image > > Nope, this does not make any differences to the filenames that are > installe

Re: make-kpkg --append-to-version

2001-06-30 Thread Joost Kooij
On Sat, Jun 30, 2001 at 08:22:02AM -0500, ktb wrote: > >From zless /usr/doc/kernel-package/README.gz - > make-kpkg --revision=custom.1.0 kernel_image Nope, this does not make any differences to the filenames that are installed by the package, which is what the original poster was after. The --revi

Re: make-kpkg --append-to-version

2001-06-30 Thread Joost Kooij
On Sat, Jun 30, 2001 at 03:07:26PM +0200, Joerg Johannes wrote: > I am trying to build a kernel for athlon on my pentium machine. It must > be 2.4.3 (as I am using at the moment) because I have xfs running on /, > /home, and /var. I want to install both kernels for being able to switch > all my har

Re: make-kpkg --append-to-version

2001-06-30 Thread ktb
On Sat, Jun 30, 2001 at 03:07:26PM +0200, Joerg Johannes wrote: > Hello List > > I am trying to build a kernel for athlon on my pentium machine. It must > be 2.4.3 (as I am using at the moment) because I have xfs running on /, > /home, and /var. I want to install both kernels for being able to swi

make-kpkg --append-to-version

2001-06-30 Thread Joerg Johannes
Hello List I am trying to build a kernel for athlon on my pentium machine. It must be 2.4.3 (as I am using at the moment) because I have xfs running on /, /home, and /var. I want to install both kernels for being able to switch all my hardware back to the pentium machine if something doesn't work.