]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: use generic ubuntu kernel for udev and nvme tests
authorRichard Maw <richard.maw@codethink.co.uk>
Tue, 23 Apr 2024 15:36:15 +0000 (16:36 +0100)
committerRichard Maw <richard.maw@codethink.co.uk>
Fri, 26 Apr 2024 14:55:42 +0000 (15:55 +0100)
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

index 957d00e42977f56b70330b07360eb8d4e766afbf..86f9736ed97a820ff8920ab1bbdce158a5d11b77 100644 (file)
@@ -5,6 +5,6 @@ Distribution=ubuntu
 
 [Content]
 Packages=
-        linux-image-virtual
+        linux-image-generic
         linux-tools-common
         linux-tools-virtual