[clug] Ubuntu Mainline Kernel

Francis Whittle fj.whittle at gmail.com
Fri Jan 10 22:36:41 MST 2014


On Ubuntu (which last time I used it didn't set a root password), you
should probably do something more like:

sudo dpkg --set-selections <<< '{insert-name-of-kernel-package-here}
hold'

(BTW, triple <<< shell redirection operator - very handy)

Cheers,
Francis

On Fri, 2014-01-10 at 17:48 +1100, Scott Ferguson wrote:
> On 09/01/14 16:11, Brett Worth wrote:
> > On 09/01/14 10:21, Michael Ellerman wrote:
> >> On Wed, 2014-01-08 at 18:52 +1100, Brett Worth wrote:
> >>> I've recently had to upgrade my Kubuntu 13.10 system to use the latest stable
> >>> mainline kernel i.e. 3.12.6-031206 to fix a regression that appeared in the
> >>> suspend/unsuspend handling of the bluetooth driver in my laptop.
> >>>
> >>> It's all fine now but the problem I'm having is with the Muon Update Manager.
> >>> It wants to apply a kernel update which would get me to 3.11.0-15 i.e. bring
> >>> my bug back.
> >>
> >> Is it actually going to remove the 3.12.6 kernel though?
> > 
> > I've now just let Muon do it's updates and it's all OK.  The 3.12.6 kernel has remained
> > the default even after the 3.11.0-15 has been installed.
> > 
> > Thanks for the help everyone.
> > 
> > I still can't work out how to "pin" a package version.
> > 
> > Brett
> > 
> > 
> e.g. (for a Debian system):-
> $ dpkg --get-selections | grep linux-image
> linux-image-3.10-22.dmz.1-liquorix-686          install
> linux-image-3.2.0-4-686-pae                     install
> linux-image-liquorix-686                        install
> 
> $ su -c "echo ``linux-image-liquorix-686 hold'' | dpkg --set-selections"
> 
> 
> Kind regards




More information about the linux mailing list