From a6bf99e5289d0edbded4a89b23f5670f4929e885 Mon Sep 17 00:00:00 2001 From: "elston.lewis" Date: Fri, 14 Jun 2024 13:33:32 +0200 Subject: [PATCH] Updated image url for Alma9 --- scripts/base/alma9.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/alma9.sh b/scripts/base/alma9.sh index c35b972..65556a3 100644 --- a/scripts/base/alma9.sh +++ b/scripts/base/alma9.sh @@ -4,7 +4,7 @@ set -e #### BASIC IMAGE yum install -y wget qemu-img libgcrypt cd /tmp -wget -q https://repo.almalinux.org/almalinux/9.3/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 +wget -q https://repo.almalinux.org/almalinux/9.4/cloud/x86_64/images/AlmaLinux-9-GenericCloud-latest.x86_64.qcow2 qemu-img convert ./*.qcow2 -O raw /dev/sda #### CUSTOM KERNEL WITH RECENT XFS SUPPORT