ironic-python-agent/releasenotes/notes/uefi-esp-660fc2c650e6af92.yaml
Dmitry Tantsur ff49b04e28 A boot partition on a GPT disk should be considered an EFI partition
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
2020-04-15 18:38:15 +02:00

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``).