From 6e40124efb77e404c844a0a7587bf45cfff64556 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 23 Apr 2024 16:36:15 +0100 Subject: [PATCH] mkosi: use generic ubuntu kernel for udev and nvme tests TEST-17-UDEV expects to find scsi_debug and TEST-84-STORAGETM expects to find nvmet-tcp. This isn't ideal as it adds firmware, microcode and other drivers to the initramfs, but there's no linux-modules-extra virtual package to just include the extra modules. --- mkosi.images/system/mkosi.conf.d/10-ubuntu/mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.images/system/mkosi.conf.d/10-ubuntu/mkosi.conf b/mkosi.images/system/mkosi.conf.d/10-ubuntu/mkosi.conf index 957d00e429..86f9736ed9 100644 --- a/mkosi.images/system/mkosi.conf.d/10-ubuntu/mkosi.conf +++ b/mkosi.images/system/mkosi.conf.d/10-ubuntu/mkosi.conf @@ -5,6 +5,6 @@ Distribution=ubuntu [Content] Packages= - linux-image-virtual + linux-image-generic linux-tools-common linux-tools-virtual