We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded935c commit e7a3b83Copy full SHA for e7a3b83
features/modules-multiple-devices/README.md
@@ -0,0 +1,6 @@
1
+# Feature: modules-multiple-devices
2
+
3
+Feature adds a collection of multiple devices modules (RAID and LVM) available
4
+to the kernel.
5
6
+These modules are not determined based on the current hardware.
features/modules-multiple-devices/config.mk
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-3.0-or-later
+$(call feature-requires,depmod-image)
features/modules-multiple-devices/rules.mk
@@ -0,0 +1,3 @@
+MODULES_PATTERN_SETS_FILES += \
+ $(FEATURESDIR)/modules-multiple-devices/scanmod-md.set
features/modules-multiple-devices/scanmod-md.set
+# Multiple devices driver support (RAID and LVM)
+filename /drivers/md/
0 commit comments