aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuniorJPDJ <git@juniorjpdj.pl>2019-03-13 14:43:33 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-07 14:00:35 +0000
commit077cfd673536efb4c7e9229b84cf85cf387247d3 (patch)
treef5cec6efcf110a3fb47daf14dbcf488e538cfddd
parentbedf249e829f34d51cc8c4e4eef864b9b6163450 (diff)
downloadmkinitfs-077cfd673536efb4c7e9229b84cf85cf387247d3.tar.bz2
mkinitfs-077cfd673536efb4c7e9229b84cf85cf387247d3.tar.xz
Support for booting from lvm based RAID and thin pool
-rw-r--r--features.d/lvm.modules3
1 files changed, 3 insertions, 0 deletions
diff --git a/features.d/lvm.modules b/features.d/lvm.modules
index 3af8ef9..0437f5f 100644
--- a/features.d/lvm.modules
+++ b/features.d/lvm.modules
@@ -1,2 +1,5 @@
kernel/drivers/md/dm-mod.ko
kernel/drivers/md/dm-snapshot.ko
+kernel/drivers/md/dm-cache.ko
+kernel/drivers/md/dm-raid.ko
+kernel/drivers/md/dm-thin-pool.ko