Re: how to: apt --exclude=foo* upgrade

2020-07-01 Thread Hans
Am Mittwoch, 1. Juli 2020, 13:49:02 CEST schrieb gru...@mailfence.com: I believe, the best way is just to deinstall package "linux-image-amd64". So you can let debian the actual debian kernel installed, but it won't overwrite and renew the actual kernels at upgrade/full-upgrade. This has the adv

Re: how to: apt --exclude=foo* upgrade

2020-07-01 Thread grumpy
On Wed, 1 Jul 2020, Greg Wooledge wrote: On Wed, Jul 01, 2020 at 01:22:29PM +0200, gru...@mailfence.com wrote: i build my kernels how can i tell apt to never install a kernel when i upgrade Remove all Debian kernel packages, including and most especially the metapackages such as "linux-image-

Re: how to: apt --exclude=foo* upgrade

2020-07-01 Thread The Wanderer
On 2020-07-01 at 07:22, gru...@mailfence.com wrote: > i build my kernels > how can i tell apt to never install a kernel when i upgrade There are probably other ways, but my first stab at it would be to just remove all the installed kernel packages. Something like $ apt-get remove $(dpkg -l linu

Re: how to: apt --exclude=foo* upgrade

2020-07-01 Thread Greg Wooledge
On Wed, Jul 01, 2020 at 01:22:29PM +0200, gru...@mailfence.com wrote: > i build my kernels > how can i tell apt to never install a kernel when i upgrade Remove all Debian kernel packages, including and most especially the metapackages such as "linux-image-amd64".

how to: apt --exclude=foo* upgrade

2020-07-01 Thread grumpy
i build my kernels how can i tell apt to never install a kernel when i upgrade