12.5. Adding install-time kernel arguments by using bootc-image-builder
The bootc-image-builder tool supports the customizations.kernel.append during the installation time.
Prerequisites
- You created a container image.
Procedure
Add kernel arguments with
bootc-image-builderby using the following customization:{ "customizations": { "kernel": { "append": "mitigations=auto,nosmt" } } }