5.10. Appending a kernel argument
You can append arguments to the boot loader kernel command line. By default, RHEL image builder builds a default kernel into the image. However, you can customize the kernel by configuring it in the blueprint.
Prerequisites
- You have created a blueprint.
Procedure
Append a kernel boot parameter option to the defaults:
[customizations.kernel] append = "<kernel_option>"For example:
[customizations.kernel] name = "kernel-debug" append = "nosmt=force"