redhat-bootorder¶
A map of ssh public keys to install for the root user
This Param sets a default value for all Redhat derived Linux
versions for the bootloader
settings related to bootorder
.
By default this Param will disable the UEFI boot order from being changed by the Operating System, thus allowing the system lifecycle manager to control the boot order without interference.
In addition, other bootorder values can be specified, like:
--boot-drive=sda
--leavebootorder
To disable this behavior, simply set this Param on the Machine with an
empty value (eg ""
). If setting additional values, then separate
the values with a space (eg --leavebootorder --boot-drive=nvme01n
).
Note
If a custom partition scheme is used, then the default
values in this Param will not be used, unless explicitly
added in to the alternate part-scheme-<part_scheme_tag>.tmpl
template.