diff options
Diffstat (limited to 'etc.Linux/modules.autoload.d')
-rw-r--r-- | etc.Linux/modules.autoload.d/Makefile | 5 | ||||
-rw-r--r-- | etc.Linux/modules.autoload.d/kernel-2.4 | 11 | ||||
-rw-r--r-- | etc.Linux/modules.autoload.d/kernel-2.6 | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/etc.Linux/modules.autoload.d/Makefile b/etc.Linux/modules.autoload.d/Makefile new file mode 100644 index 00000000..b940e73b --- /dev/null +++ b/etc.Linux/modules.autoload.d/Makefile @@ -0,0 +1,5 @@ +DIR = /etc/modules.autoload.d +FILES_NOEXIST = kernel-2.4 kernel-2.6 + +TOPDIR = ../.. +include $(TOPDIR)/default.mk diff --git a/etc.Linux/modules.autoload.d/kernel-2.4 b/etc.Linux/modules.autoload.d/kernel-2.4 new file mode 100644 index 00000000..56bd841b --- /dev/null +++ b/etc.Linux/modules.autoload.d/kernel-2.4 @@ -0,0 +1,11 @@ +# /etc/modules.autoload.d/kernel-2.4: kernel modules to load when system boots. +# +# Note that this file is for 2.4 kernels. If you need different modules +# for a 2.6 kernel, you can create /etc/modules.autoload.d/kernel-2.6 +# +# Add the names of modules that you'd like to load when the system +# starts into this file, one per line. Comments begin with # and +# are ignored. Read man modules.autoload for additional details. + +# For example: +# aic7xxx diff --git a/etc.Linux/modules.autoload.d/kernel-2.6 b/etc.Linux/modules.autoload.d/kernel-2.6 new file mode 100644 index 00000000..89edd3b9 --- /dev/null +++ b/etc.Linux/modules.autoload.d/kernel-2.6 @@ -0,0 +1,10 @@ +# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots. +# +# Note that this file is for 2.6 kernels. +# +# Add the names of modules that you'd like to load when the system +# starts into this file, one per line. Comments begin with # and +# are ignored. Read man modules.autoload for additional details. + +# For example: +# aic7xxx |