~kirkland/grub/285269

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Steve Langasek
  • Date: 2008-10-17 22:44:52 UTC
  • Revision ID: steve.langasek@canonical.com-20081017224452-sa09mwlscnb1s8zy
Drop the convert_kopt_to_uuid handling: this is no longer needed because
all systems (new installs and upgrades from 8.04) should now have UUID
settings in menu.lst, and the code was never made to respect admin
overrides so update-grub is unusable for anyone who needs to specify
their root by device instead of by UUID.  LP: #62195.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
grub (0.97-29ubuntu43) UNRELEASED; urgency=low
 
2
 
 
3
  * Drop the convert_kopt_to_uuid handling: this is no longer needed because
 
4
    all systems (new installs and upgrades from 8.04) should now have UUID
 
5
    settings in menu.lst, and the code was never made to respect admin
 
6
    overrides so update-grub is unusable for anyone who needs to specify
 
7
    their root by device instead of by UUID.  LP: #62195.
 
8
 
 
9
 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 17 Oct 2008 15:29:56 -0700
 
10
 
1
11
grub (0.97-29ubuntu42) intrepid; urgency=low
2
12
 
3
13
  * Fix test around root-by-uuid code.