Bug 613433

Summary: kernel update should not change default from "other"
Product: [Fedora] Fedora Reporter: Andi Kleen <andi.kleen>
Component: grubbyAssignee: Peter Jones <pjones>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: anton, bcl, dougsland, gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, pjones, robatino
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-26 18:24:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andi Kleen 2010-07-11 14:40:15 UTC
I have a grub config that defaults to booting another partition.

Everytime the kernel is updated the grub updater changes that back
to the first kernel.

When the default in grub is set to a non fedora kernel it should never change that.

Comment 1 Chuck Ebbert 2010-07-13 19:23:45 UTC
Just edit /etc/sysconfig/kernel and set UPDATEDEFAULT=no

Doing that automatically is probably too difficult to get right for everyone.

Comment 2 Andi Kleen 2010-07-13 20:11:24 UTC
if (default points to vmlinuz-$(uname -r)) 
   update
else
   do not update

not difficult at all.