RE: make-kpkg and apt-get updates

1999-10-03 Thread Darxus
On Sat, 2 Oct 1999, peter karlsson wrote: you can use dselect and use H on the package. This will hold the package and prevent accidental upgrading. Yeah, but that's not a very good solution, especially since I need to remember to do that manually each time I compile a new kernel. Plus

RE: make-kpkg and apt-get updates

1999-10-03 Thread Nathan E Norman
On Sun, 3 Oct 1999, Darxus wrote: : On Sat, 2 Oct 1999, peter karlsson wrote: : : you can use dselect and use H on the package. This will hold the package : and prevent accidental upgrading. : : Yeah, but that's not a very good solution, especially since I need to : remember to

RE: make-kpkg and apt-get updates

1999-10-03 Thread peter karlsson
kernel-package is the way to go. Name your revisions like hostname.kernel-version-pkg-version, and you'll not have problems (I haven't, anyway :) One problem is how do I have several compilations of the same kernel version installed? Right now, I have two 2.2.12 compilations installed, for

RE: make-kpkg and apt-get updates

1999-10-02 Thread James Sasitorn
you can use dselect and use H on the package. This will hold the package and prevent accidental upgrading. james [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of peter karlsson Sent: Saturday, October 02, 1999 7:58 AM To:

Re: make-kpkg and apt-get updates

1999-10-02 Thread Bob Nielsen
Use epochs for your revision= when using make-kpkg: make-kpkg --revision=1:custom.1.0 kernel_image (see /usr/doc/kernel-package/README.gz) On Sat, Oct 02, 1999 at 02:57:39PM +0200, peter karlsson wrote: I compiled and installed a kernel with make-kpkg, but now apt-get seems to want to

Re: make-kpkg and apt-get updates

1999-10-02 Thread Brad
-BEGIN PGP SIGNED MESSAGE- On Sat, 2 Oct 1999, peter karlsson wrote: I compiled and installed a kernel with make-kpkg, but now apt-get seems to want to overwrite it with one from the archive. I do not want that to happen, how do I tell apt-get to keep its hands off it? I always give

RE: make-kpkg and apt-get updates

1999-10-02 Thread peter karlsson
you can use dselect and use H on the package. This will hold the package and prevent accidental upgrading. Yeah, but that's not a very good solution, especially since I need to remember to do that manually each time I compile a new kernel. Plus that I have to go into dselect, which I don't

Re: make-kpkg and apt-get updates

1999-10-02 Thread peter karlsson
Use epochs for your revision= when using make-kpkg: make-kpkg --revision=1:custom.1.0 kernel_image (see /usr/doc/kernel-package/README.gz) Hmm, sounds good. Any way to get it to do that without me having to remember to add that each time? I couldn't find any parameter I could put in the

Re: make-kpkg and apt-get updates

1999-10-02 Thread Bob Nielsen
On Sat, Oct 02, 1999 at 09:43:30PM +0200, peter karlsson wrote: Use epochs for your revision= when using make-kpkg: make-kpkg --revision=1:custom.1.0 kernel_image (see /usr/doc/kernel-package/README.gz) Hmm, sounds good. Any way to get it to do that without me having to remember to add