~ubuntu-branches/ubuntu/wily/grub-installer/wily

« back to all changes in this revision

Viewing changes to grub-installer

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2015-09-14 20:48:40 UTC
  • Revision ID: package-import@ubuntu.com-20150914204840-41kinscckfdu6lde
Tags: 1.78ubuntu29
Properly handle systems on which there may be more than 26 disks, and our
boot partition meant to be on a disk named [hsv]d[a-z][a-z]. (LP: #1479213)

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
    /dev/loop)
325
325
        disc_offered_devfs="$bootfs"
326
326
        ;;
327
 
    /dev/[hmsv]d[a-z0-9]|/dev/xvd[a-z]|/dev/cciss/c[0-9]d[0-9]*|/dev/ida/c[0-9]d[0-9]*|/dev/rs/c[0-9]d[0-9]*|/dev/mmcblk[0-9]|/dev/ad[0-9]*|/dev/da[0-9]*|/dev/fio[a-z]|/dev/nvme[0-9]n[0-9])
 
327
    /dev/[hmsv]d[a-z0-9]*|/dev/xvd[a-z]|/dev/cciss/c[0-9]d[0-9]*|/dev/ida/c[0-9]d[0-9]*|/dev/rs/c[0-9]d[0-9]*|/dev/mmcblk[0-9]|/dev/ad[0-9]*|/dev/da[0-9]*|/dev/fio[a-z]|/dev/nvme[0-9]n[0-9])
328
328
        disc_offered_devfs="$prefix"
329
329
        ;;
330
330
    *)