diskimage-builder/releasenotes/notes/grub_style-dfafe48d719f5579.yaml
Rafal Lewandowski 673e4d4783 Change grub variables for style and timeout
This change is done in order to make the troubleshooting of images
in non CI/CD deployments easier. We pick GRUBs upstream defaults to
select as neutral a set of values as possible. If you need additional
time for debugging or hidden menus you should override these values in
your downstream elements.

Change-Id: I08155152b63f629c4eaf72d29ff931e92d7e4b33
2025-02-17 08:49:07 -08:00

8 lines
273 B
YAML

---
upgrade:
- |
Change default values for ``DIB_GRUB_TIMEOUT_STYLE`` and
``DIB_GRUB_TIMEOUT``. The default value for ``DIB_GRUB_TIMEOUT_STYLE``
will be ``menu`` and for ``DIB_GRUB_TIMEOUT`` will be ``5``. These
values are based on current GRUB defaults.