From 6d4c4b52a97a7a16e81751764d9e6ad8c2699283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Sl=C3=A1vik?= Date: Thu, 23 Nov 2023 15:14:47 +0100 Subject: [PATCH] docs: Add release note for bootupd support --- docs/release-notes/bootupd.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/release-notes/bootupd.rst 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