[PATCH] Include erofs in linux-modules instead of linux-modules-extra

Daan De Meyer daan.j.demeyer at gmail.com
Thu Feb 22 13:10:55 UTC 2024


erofs is starting to see more use as a modern alternative to squashfs.
Since squashfs is already included in linux-modules, let's include erofs
in linux-modules as well so that it can be used as a filesystem in virtual
machines with just linux-virtual installed.
---
 debian.master/control.d/generic.inclusion-list | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index 9b9bd7c35ae0..4d9c88438148 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -231,6 +231,7 @@ fs/configfs/*
 fs/dlm/dlm.ko
 fs/ecryptfs/*
 fs/efivarfs/*
+fs/erofs/*
 fs/exofs/libore.ko
 fs/ext4/*
 fs/fat/*
-- 
2.43.2




More information about the kernel-team mailing list