ironic-python-agent/releasenotes/notes/fix-hardcoded-path-to-grub-7006f29a9ef72e75.yaml
Dmitry Tantsur ad3c7ad75d Release notes clean up for the upcoming release
Also adds a missing documentation bit and specific versions for pike notes.

Change-Id: I186fe35cdd7a03702c993cae6468ef2d8151778a
2017-10-17 16:18:39 +02:00

6 lines
224 B
YAML

---
fixes:
- Uses the ``PATH`` environment variable to get the grub2 binary location
instead of assuming it to be ``/usr/sbin``. This fixes installing a boot
loader when the grub2 binary is located somewhere else.