Re: Replacing kernel packages via apt + APT::Default-Release

2002-06-24 Thread Patrick Ohly
Hi, I found out why my custom packages were ignored. I had the same problem with the new XFree86 4.2 packages, so I started to wonder about my apt config in general. All I had in /etc/apt/source.list was: APT::Default-Release "testing"; In contrast to what I was expecting this meant that "unc

Re: Replacing kernel packages via apt

2002-06-21 Thread Patrick Ohly
On Thu, 2002-06-20 at 21:38, Derrick 'dman' Hudson wrote: > On Thu, Jun 20, 2002 at 12:24:51PM -0500, Derrick 'dman' Hudson wrote: > | On Thu, Jun 20, 2002 at 12:58:21PM +0200, Patrick Ohly wrote: > | > | | I have built a patched kernel 2.4.18 with make-kpkg > | > | | I used epochs, > | > | Unne

Re: Replacing kernel packages via apt

2002-06-21 Thread Patrick Ohly
On Thu, 2002-06-20 at 19:24, Derrick 'dman' Hudson wrote: > On Thu, Jun 20, 2002 at 12:58:21PM +0200, Patrick Ohly wrote: > > | I have built a patched kernel 2.4.18 with make-kpkg > > | I used epochs, > > Unnecessary. I thought so, and I only did it after using my own version didn't seem to be

Re: Replacing kernel packages via apt

2002-06-20 Thread Derrick 'dman' Hudson
On Thu, Jun 20, 2002 at 12:24:51PM -0500, Derrick 'dman' Hudson wrote: | On Thu, Jun 20, 2002 at 12:58:21PM +0200, Patrick Ohly wrote: | | | I have built a patched kernel 2.4.18 with make-kpkg | | | I used epochs, | | Unnecessary. Just make the version different (eg "custom.3"). I should also

Re: Replacing kernel packages via apt

2002-06-20 Thread Derrick 'dman' Hudson
On Thu, Jun 20, 2002 at 12:58:21PM +0200, Patrick Ohly wrote: | I have built a patched kernel 2.4.18 with make-kpkg | I used epochs, Unnecessary. Just make the version different (eg "custom.3"). | "apt-get install kernel-headers-2.4.18" insists that the installed | 2.4.18-5 is the most recent

Replacing kernel packages via apt

2002-06-20 Thread Patrick Ohly
Hi, I have built a patched kernel 2.4.18 with make-kpkg --initrd --revision=3:pallas.2.1 kernel_image kernel_headers kernel_doc I generated a Package.gz and changed the sources.list so that apt-get correctly finds my kernel-image-2.4.18 with revision pallas.2.1. I used epochs, just to be sure, b