diff --git a/docs/news/unreleased/ostree-kernel-append.md b/docs/news/unreleased/ostree-kernel-append.md new file mode 100644 index 000000000..6a2c00180 --- /dev/null +++ b/docs/news/unreleased/ostree-kernel-append.md @@ -0,0 +1,9 @@ +# OSTree compose types with kernel boot parameters return error + +Previously, specifying Kernel boot parameters in a Blueprint via the +`[customizations.kernel]` section and requesting an OSTree image type +(`rhel-edge-commit` or `fedora-iot-commit`) would produce an image but the boot +parameters would be ignored. + +This combination now returns an error message that the configuration is not +supported.