Skip to content

Commit dfc225d

Browse files
committed
feature: add fedora 41, resolves issue #2
1 parent a219409 commit dfc225d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/image-update

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ function set_image_values() {
201201
remote_shasum_url="https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-40-1.14-x86_64-CHECKSUM"
202202
shasum_algorithm="256"
203203
;;
204+
41)
205+
file_name="Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
206+
remote_url="https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
207+
remote_shasum_url="https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-41-1.4-x86_64-CHECKSUM"
208+
shasum_algorithm="256"
209+
;;
204210
*)
205211
err "Unknown distro, only works for Fedora 40+"
206212
;;

0 commit comments

Comments
 (0)