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 31a4f81 commit b0fda9bCopy full SHA for b0fda9b
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
+MODULES_TRY_ADD += /drivers/md/
0 commit comments