File: move_swraid_to_efibootmgr-d87c1bfde1661fb5.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (7 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
---
fixes:
  - |
    Uses ``efibootmgr`` instead of ``grub2-install`` for software RAID.  This
    fixes an issue with images which include newer versions of
    ``grub2-install``, such as CentOS Stream 8, as they refuse bootloader
    installations in UEFI boot mode due to the lack of secure boot support.