From 448aa691da58d28ab652bab404408e773b107338 Mon Sep 17 00:00:00 2001 From: Alexsander de Souza <61709370+alexsander-souza@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:55:02 -0300 Subject: [PATCH] docs(almalinux): fix requirements to deploy (#220) fixes #213 --- alma8/README.md | 4 ++-- alma9/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alma8/README.md b/alma8/README.md index dee2d30..fb0dbe1 100644 --- a/alma8/README.md +++ b/alma8/README.md @@ -12,8 +12,8 @@ The Packer template in this directory creates a Alma 8 AMD64 image for use with ## Requirements to deploy the image -* [MAAS](https://maas.io) 3.3 or later, as that version introduces support for Alma -* [Curtin](https://launchpad.net/curtin) 22.1. If you have a MAAS with an earlier Curtin version, you can [patch](https://code.launchpad.net/~xnox/curtin/+git/curtin/+merge/415604) distro.py to deploy Alma. +* [MAAS](https://maas.io) 3.5 or later, as that version introduces support for Alma +* [Curtin](https://launchpad.net/curtin) 23.1 or later. If you have a MAAS with an earlier Curtin version, you can [patch](https://code.launchpad.net/~alexsander-souza/curtin/+git/curtin/+merge/462367) distro.py to deploy Alma. ## Customizing the image diff --git a/alma9/README.md b/alma9/README.md index faa9502..809fc40 100644 --- a/alma9/README.md +++ b/alma9/README.md @@ -12,8 +12,8 @@ The Packer template in this directory creates a Alma 9 AMD64 image for use with ## Requirements to deploy the image -* [MAAS](https://maas.io) 3.3 or later, as that version introduces support for Alma -* [Curtin](https://launchpad.net/curtin) >22.1 +* [MAAS](https://maas.io) 3.5 or later, as that version introduces support for Alma +* [Curtin](https://launchpad.net/curtin) 23.1 or later. If you have a MAAS with an earlier Curtin version, you can [patch](https://code.launchpad.net/~alexsander-souza/curtin/+git/curtin/+merge/462367) distro.py to deploy Alma. ## Customizing the image