From b518302b15592ff2ebaa26d975d98ac4f5aa2c2c Mon Sep 17 00:00:00 2001 From: Alan Baghumian Date: Wed, 18 Dec 2024 21:39:47 +0100 Subject: [PATCH] A couple of rhel10/README.md fixes (#284) A couple of rhel10/README.md fixes --- rhel10/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhel10/README.md b/rhel10/README.md index a6bde7e..99d06a2 100644 --- a/rhel10/README.md +++ b/rhel10/README.md @@ -18,7 +18,7 @@ The Packer template in this directory creates a RHEL 10 AMD64/ARM64 image for us ## Customizing the Image -The deployment image may be customized by modifying http/rhel10.ks. See the [CentOS kickstart documentation](https://docs.centos.org/en-US/centos/install-guide/Kickstart2/) for more information. +The deployment image may be customized by modifying http/rhel10.ks.pkrtpl.hcl. See the [CentOS kickstart documentation](https://docs.centos.org/en-US/centos/install-guide/Kickstart2/) for more information. ## Building the image using a proxy @@ -81,7 +81,7 @@ For ARM64, use: ```shell maas $PROFILE boot-resources create \ - name='rhel/rhel' title='RHEL 10 Custom' \ + name='rhel/rhel10' title='RHEL 10 Custom' \ architecture='arm64/generic' filetype='tgz' \ content@=rhel10.tar.gz ```