722326f675
Currently handling of kernel_append_params is very inconsistent. This change applies a straightforward process: 1. instance_info[kernel_append_params] 2. driver_info[kernel_append_params] 3. [$driver]kernel_append_params Story: #2008902 Task: #42472 Change-Id: Ib83594743ae58ea26dbd9875c98ab169dd5ab009
12 lines
476 B
YAML
12 lines
476 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``irmc-virtual-media`` boot interface now supports setting kernel
|
|
parameters via the ``kernel_append_params`` option in both the node's
|
|
``driver_info`` and ``instance_info``. This only applies when an image
|
|
is built from a kernel and an initramfs, not when a pre-built ISO is used.
|
|
deprecations:
|
|
- |
|
|
Using ``[pxe]kernel_append_params`` for the iRMC boot interface is now
|
|
deprecated, please use ``[irmc]kernel_append_params``.
|