Line 105... |
Line 105... |
105 |
# - This directive allows you to specify options to apply
|
105 |
# - This directive allows you to specify options to apply
|
106 |
# to modules in the initramfs. This directive overrides
|
106 |
# to modules in the initramfs. This directive overrides
|
107 |
# options specified in /etc/modprobe.conf. Module name
|
107 |
# options specified in /etc/modprobe.conf. Module name
|
108 |
# should be specified without ".ko" suffix.
|
108 |
# should be specified without ".ko" suffix.
|
109 |
#
|
109 |
#
|
110 |
# blacklist <module|directory>
|
110 |
# blacklist <module>
|
111 |
# - Prevents modules from being loaded in the initframfs,
|
111 |
# - The blacklist keyword indicates that all of that
|
112 |
# either directly during auto-created insmod calls or as
|
112 |
# particular modules are to be ignored in the initramfs.
|
113 |
# a dependency of another module load. A specific module
|
113 |
# General terminology for blacklist has been that module
|
114 |
# or a directory can be specified. In the latter case,
|
114 |
# is present in initramfs but it is not actually loaded
|
115 |
# all modules found below the specified directory will
|
- |
|
116 |
# be excluded. This directive can be specified multiple
|
115 |
# in kernel. This directive can be specified multiple
|
117 |
# times or as a space separated list. Module name should
|
116 |
# times or as a space separated list. Module name should
|
118 |
# be specified without ".ko" suffix.
|
117 |
# be specified without ".ko" suffix.
|
119 |
#
|
118 |
#
|
120 |
# sshkey <path>
|
119 |
# sshkey <path>
|
121 |
# - Specifies the path of the ssh identity file you want
|
120 |
# - Specifies the path of the ssh identity file you want
|