ff49b04e28
DIB builds instance images with EFI partitions that only have the boot flag, but not esp. According to parted documentation, boot is an alias for esp on GPT, so accept it as well. To avoid complexities when parsing parted output, the implementation is switched to existing utils and ironic-lib functions. Change-Id: I5f57535e5a89528c38d0879177b59db6c0f5c06e Story: #2007455 Task: #39423
6 lines
170 B
YAML
6 lines
170 B
YAML
---
|
|
fixes:
|
|
- |
|
|
No longer tries to use GRUB2 for configuring boot for whole disk images
|
|
with an EFI partition present but only marked as ``boot`` (not ``esp``).
|