Skip to content

Commit

Permalink
docs(almalinux): fix requirements to deploy (#220)
Browse files Browse the repository at this point in the history
fixes #213
  • Loading branch information
alexsander-souza authored Mar 13, 2024
1 parent 435026f commit 448aa69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alma8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions alma9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 448aa69

Please sign in to comment.