Skip to content

Commit

Permalink
Merge pull request #74 from ElstonLewis/Alma9
Browse files Browse the repository at this point in the history
Updated image url for Alma9
  • Loading branch information
ElstonLewis authored Jun 14, 2024
2 parents 4ec161d + a6bf99e commit bca2b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/base/alma9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca2b35

Please sign in to comment.