forked from rpm/suse-module-tools
18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
|
#
|
||
|
# /etc/depmod.conf - configuration file for the depmod(8) command,
|
||
|
# for its format see depmod.conf(5).
|
||
|
#
|
||
|
# Please don't edit this file, place your settings into the /etc/depmod.d
|
||
|
# directory.
|
||
|
|
||
|
|
||
|
# search order:
|
||
|
# 1 updates/ (KMPs)
|
||
|
# 2 extra/ (KMPs or manually compiled modules)
|
||
|
# 3 weak-updates/ (KMPs built for older kernels)
|
||
|
# 4 everything else
|
||
|
search updates extra weak-updates built-in
|
||
|
|
||
|
# do not generate modules.*map files
|
||
|
make_map_files no
|