From b013a7ab32afaa7e6325fd19a56eefe5689ea633 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Mon, 27 Feb 2023 14:55:21 +0100 Subject: [PATCH] image: update to Linux 6.1.14 for Azure --- image/Makefile | 4 ++-- image/mkosi.files/mkosi.azure.conf | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/image/Makefile b/image/Makefile index ec3657b41..360785c89 100644 --- a/image/Makefile +++ b/image/Makefile @@ -18,7 +18,7 @@ export CONSOLE_MOTD = $(AUTOLOGIN) csps := aws qemu gcp azure certs := $(PKI)/PK.cer $(PKI)/KEK.cer $(PKI)/db.cer -AZURE_FIXED_KERNEL_RPMS := kernel-6.1.12-200.fc37.x86_64.rpm kernel-core-6.1.12-200.fc37.x86_64.rpm kernel-modules-6.1.12-200.fc37.x86_64.rpm +AZURE_FIXED_KERNEL_RPMS := kernel-6.1.14-200.fc37.x86_64.rpm kernel-core-6.1.14-200.fc37.x86_64.rpm kernel-modules-6.1.14-200.fc37.x86_64.rpm GCP_FIXED_KERNEL_RPMS := kernel-5.19.17-300.fc37.x86_64.rpm kernel-core-5.19.17-300.fc37.x86_64.rpm kernel-modules-5.19.17-300.fc37.x86_64.rpm PREBUILT_RPMS_AZURE := $(addprefix prebuilt/rpms/azure/,$(AZURE_FIXED_KERNEL_RPMS)) PREBUILT_RPMS_GCP := $(addprefix prebuilt/rpms/gcp/,$(GCP_FIXED_KERNEL_RPMS)) @@ -37,7 +37,7 @@ prebuilt/rpms/gcp/%.rpm: prebuilt/rpms/azure/%.rpm: @echo "Downloading $*" @mkdir -p $(@D) - @curl -fsSL -o $@ https://kojipkgs.fedoraproject.org/packages/kernel/6.1.12/200.fc37/x86_64/$*.rpm + @curl -fsSL -o $@ https://kojipkgs.fedoraproject.org/packages/kernel/6.1.14/200.fc37/x86_64/$*.rpm mkosi.output.%/fedora~37/image.raw: mkosi.files/mkosi.%.conf inject-bins inject-certs mkosi --config mkosi.files/mkosi.$*.conf \ diff --git a/image/mkosi.files/mkosi.azure.conf b/image/mkosi.files/mkosi.azure.conf index c5ba26b89..953d5bf13 100644 --- a/image/mkosi.files/mkosi.azure.conf +++ b/image/mkosi.files/mkosi.azure.conf @@ -8,6 +8,6 @@ BasePackages=conditional Packages=systemd util-linux dracut - prebuilt/rpms/azure/kernel-6.1.12-200.fc37.x86_64.rpm - prebuilt/rpms/azure/kernel-core-6.1.12-200.fc37.x86_64.rpm - prebuilt/rpms/azure/kernel-modules-6.1.12-200.fc37.x86_64.rpm + prebuilt/rpms/azure/kernel-6.1.14-200.fc37.x86_64.rpm + prebuilt/rpms/azure/kernel-core-6.1.14-200.fc37.x86_64.rpm + prebuilt/rpms/azure/kernel-modules-6.1.14-200.fc37.x86_64.rpm