From c640b37ca03a18e8b476e5620e8fb5f6cfd9ac50 Mon Sep 17 00:00:00 2001 From: Yoshiaki Senda Date: Mon, 12 Jun 2023 22:28:20 +0900 Subject: [PATCH 1/2] Add EL9 quickstart guide to index.rst --- userdocs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/userdocs/index.rst b/userdocs/index.rst index a6f342d1..b4a1b5c1 100644 --- a/userdocs/index.rst +++ b/userdocs/index.rst @@ -32,6 +32,7 @@ Welcome to the Warewulf User Guide! EL7 (CentOS and RHEL) EL8 (Rocky Linux and RHEL) + EL9 (Rocky Linux and RHEL) openSUSE Leap and SLES 15 .. toctree:: From 104a05fc6c404aa46e4c14a9816fbfdecef5219f Mon Sep 17 00:00:00 2001 From: Yoshiaki Senda Date: Mon, 12 Jun 2023 22:30:29 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md Add EL9 quickstart guide to index.rst --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdbf9943..2e78a8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 parent folder. #608 - Fix kernelargs are not printing properly in node list output. #828 - Add Quickstart guide for EL9 +- Add EL9 Quickstart guide to index.rst ### Changed