diff --git a/docs/release-notes/bootupd.rst b/docs/release-notes/bootupd.rst new file mode 100644 index 000000000000..650ab856927b --- /dev/null +++ b/docs/release-notes/bootupd.rst @@ -0,0 +1,13 @@ +:Type: OSTree +:Summary: Preliminary support for bootable ostree containers + +:Description: + Anaconda can now correctly detect and use the bootupd bootloader used in + bootable ostree containers. When the installed container includes the ``bootupctl`` tool, it + is used instead of installing the ``grub2`` bootloader by Anaconda. + + At this point, a matching partitioning must still be manually set up in kickstart, together + with the ``ostreecontainer`` command. + +:Links: + - https://github.com/rhinstaller/anaconda/pull/5342