]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: add more drivers to pass CI in strict hostonly mode as well
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 13 Sep 2025 22:14:14 +0000 (18:14 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 13 Sep 2025 23:14:35 +0000 (19:14 -0400)
Strict hostonly mode is missing some drivers - especially
when these drivers are not built into the Linux kernel
(e.g. on CentOS or Alpine).

dracut.conf.d/test/test.conf

index db5cdfd9c18dcdf1897e485abbf9aca687ebb1fe..9ef0415239649b7a7573db7eeb0a3d0c4509370c 100644 (file)
@@ -1,7 +1,7 @@
-add_dracutmodules+=" qemu "
+add_dracutmodules+=" qemu qemu-net "
 
 # test the dlopen dependencies support
 add_dlopen_features+=" libsystemd-shared-*.so:fido2 "
 
-# testsuite assumes ext4 for convenience
-add_drivers+=" ext4 "
+# testsuite assumes the following drivers for convenience
+add_drivers+=" ext4 sd_mod "