From 35bbca18e31a639e9421991eb24c7a54d9a64855 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Thu, 26 Sep 2024 14:38:58 -0600 Subject: [PATCH] Document that ignition is not available for Rocky Linux 8 - Closes #1373 - Closes #1272 Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 1 + userdocs/contents/disks.rst | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d18e16..10cc0ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added documentation about `rootfstype=ramfs` for SELinux support. #1001 - Added workaround documentation for importing containers with sockets. #892 - Added documentation for building iPXE locally. #1114 +- Documented that ignition is not available for Rocky Linux 8. #1373, #1272 ### Changed diff --git a/userdocs/contents/disks.rst b/userdocs/contents/disks.rst index 3a731ca4..01e76b6b 100644 --- a/userdocs/contents/disks.rst +++ b/userdocs/contents/disks.rst @@ -26,6 +26,11 @@ Rocky Linux dnf install ignition gdisk +.. note:: + + Packages for Ignition are not currently available for Rocky Linux 8, + but it is available for Rocky Linux 9 as part of "appstream." + openSuse Leap -------------