From aa3e728f13a53ae40644372fa88008ee93604d7e Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Thu, 29 Dec 2022 14:09:29 +0100 Subject: [PATCH] fixup! fixup! Use fedpkg custom Azure Ubuntu 5.4 kernel with Wireguard --- image/Makefile | 2 +- image/mkosi.files/mkosi.azure.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/image/Makefile b/image/Makefile index 50b55bf20..cc9875b13 100644 --- a/image/Makefile +++ b/image/Makefile @@ -12,7 +12,7 @@ csps := aws qemu gcp azure certs := $(PKI)/PK.cer $(PKI)/KEK.cer $(PKI)/db.cer 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 -AZURE_DEBUG_KERNEL_RPMS := kernel-5.4.214-300.fc37.x86_64.rpm kernel-core-5.4.214-300.fc37.x86_64.rpm kernel-modules-5.4.214-300.fc37.x86_64.rpm +AZURE_DEBUG_KERNEL_RPMS := kernel-5.4.214-300.local.fc37.x86_64.rpm kernel-core-5.4.214-300.local.fc37.x86_64.rpm kernel-modules-5.4.214-300.local.fc37.x86_64.rpm PREBUILT_RPMS_GCP := $(addprefix prebuilt/gcp/rpms/,$(GCP_FIXED_KERNEL_RPMS)) PREBUILT_RPMS_AZURE := $(addprefix prebuilt/azure/rpms/,$(AZURE_DEBUG_KERNEL_RPMS)) diff --git a/image/mkosi.files/mkosi.azure.conf b/image/mkosi.files/mkosi.azure.conf index a38719de3..5885114dd 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/azure/rpms/kernel-5.4.214-300.fc37.x86_64.rpm - prebuilt/azure/rpms/kernel-core-5.4.214-300.fc37.x86_64.rpm - prebuilt/azure/rpms/kernel-modules-5.4.214-300.fc37.x86_64.rpm + prebuilt/azure/rpms/kernel-5.4.214-300.local.fc37.x86_64.rpm + prebuilt/azure/rpms/kernel-core-5.4.214-300.local.fc37.x86_64.rpm + prebuilt/azure/rpms/kernel-modules-5.4.214-300.local.fc37.x86_64.rpm