diff options
Diffstat (limited to 'scripts/lib/mic/plugins/source/bootimg-efi.py')
| -rw-r--r-- | scripts/lib/mic/plugins/source/bootimg-efi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/mic/plugins/source/bootimg-efi.py b/scripts/lib/mic/plugins/source/bootimg-efi.py index e880358103..5b1a5332c4 100644 --- a/scripts/lib/mic/plugins/source/bootimg-efi.py +++ b/scripts/lib/mic/plugins/source/bootimg-efi.py | |||
| @@ -77,7 +77,7 @@ class BootimgEFIPlugin(SourcePlugin): | |||
| 77 | if cr._ptable_format == 'msdos': | 77 | if cr._ptable_format == 'msdos': |
| 78 | rootstr = rootdev | 78 | rootstr = rootdev |
| 79 | else: | 79 | else: |
| 80 | raise MountError("Unsupported partition table format found") | 80 | raise ImageError("Unsupported partition table format found") |
| 81 | 81 | ||
| 82 | grubefi_conf += "linux %s root=%s rootwait %s\n" \ | 82 | grubefi_conf += "linux %s root=%s rootwait %s\n" \ |
| 83 | % (kernel, rootstr, options) | 83 | % (kernel, rootstr, options) |
