~ubuntu-branches/ubuntu/maverick/grub/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/update-grub

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2011-09-23 22:36:41 UTC
  • Revision ID: package-import@ubuntu.com-20110923223641-78imsw8llmbde34m
Tags: 0.97-29ubuntu60.10.10.1
* Backport from Debian 0.97-39 (LP: #720558):
  - Support for Xen style xvd[a-z] devices.  Thanks Ian Campbell.
    (Closes: #456776)
* Don't use UUIDs for expressing xvd* devices as GRUB drives, as PV-GRUB
  can't handle it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
                        ;;
290
290
                /dev/md[0-9]*)
291
291
                        ;;
 
292
                /dev/xvd*)
 
293
                        ;;
292
294
                /dev/*)
293
295
                        convert=:
294
296
                        ;;