Skip to content

Commit 6382431

Browse files
committed
root-disks: Add Fedora 41
1 parent 618168b commit 6382431

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

root-disks/Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ IMAGES += ubuntu22.04-cloudimg-ppc64el.qcow2
88
IMAGES += fedora34-cloudimg-ppc64le.qcow2
99
IMAGES += fedora36-cloudimg-ppc64le.qcow2
1010
IMAGES += fedora39-cloudimg-ppc64le.qcow2
11+
IMAGES += fedora41-cloudimg-ppc64le.qcow2
1112
IMAGES += debian-sid-powerpc.qcow2
1213

1314
build: prepare cloud-init-user-data.img
@@ -105,6 +106,11 @@ fedora39-cloudimg-ppc64le.qcow2:
105106
chmod a-w $@
106107
sha256sum $@ > $@.sum
107108

109+
fedora41-cloudimg-ppc64le.qcow2:
110+
$(call wget_fedora,$@,41,Fedora-Cloud-Base-Generic-41-1.4.ppc64le.qcow2)
111+
chmod a-w $@
112+
sha256sum $@ > $@.sum
113+
108114
debian-sid-powerpc.qcow2:
109115
$(call wget,$@.xz,"https://michael.ellerman.id.au/files/debian-sid-powerpc.qcow2.xz")
110116
unxz $@.xz

0 commit comments

Comments
 (0)