fc4e0eed6a
We don't have a really working way to detect root UUID for whole disk images at the moment, which results in an ignored traceback every time install_bootloader is called with whole disk images in UEFI mode. Avoid it by skipping GRUB2 if root UUID is unknown. Change-Id: I84245538f59c664b72d1cafbca8d61be0978f489
6 lines
163 B
YAML
6 lines
163 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Avoids a traceback when using ``install_bootloader`` with whole disk
|
|
images. If the root UUID cannot be detected, don't try to call grub.
|