summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rootfs.in')
-rw-r--r--rules/rootfs.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/rootfs.in b/rules/rootfs.in
index ecc3bf8e6..ae65187db 100644
--- a/rules/rootfs.in
+++ b/rules/rootfs.in
@@ -357,6 +357,16 @@ config ROOTFS_ISSUE
If enabled, it installs the "./projectroot/etc/issue" file if
present, else a generic one will be generated using 'figlet'.
+config ROOTFS_MODPROBE_CONF
+ bool
+ default n
+ prompt "install /etc/modprobe.conf"
+ help
+ If enabled, it installs the "./projectroot/etc/modprobe.conf" file if
+ present. Default options for kernel modules can be configured in that
+ file. It's read either in busybox modprobe or in the module-init-tools
+ modprobe implementation.
+
config ROOTFS_NSSWITCH_CONF
bool
default y