From 5e996f9f732bbcbe5ad69a0c06fa446b9834ddc2 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Thu, 29 Dec 2022 16:23:17 +0100 Subject: [PATCH] Something is broken with modules in dracut :/ --- image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Makefile b/image/Makefile index f895683f0..f43274904 100644 --- a/image/Makefile +++ b/image/Makefile @@ -26,7 +26,7 @@ $(csps): %: mkosi.output.%/fedora~37/image.raw prebuilt/azure/rpms/%.rpm: @echo "Downloading $*" @mkdir -p $(@D) - @curl -sSL -o $@ "https://cdn.confidential.cloud/constellation/testing/kernel/8/$*.rpm" + @curl -sSL -o $@ "https://cdn.confidential.cloud/constellation/testing/kernel/9/$*.rpm" prebuilt/gcp/rpms/%.rpm: @echo "Downloading $*"