|
|
发表于 2007-10-24 14:13:21
|
显示全部楼层
Post by 坏坏小少
depmod 没有-a选项
算了 下次编译内核不用这个了
- Copying over the Installation CD kernel config
- # zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6
复制代码
自己config好点
多谢了
Spiderman ~ # depmod --help
depmod 3.2.2 -- part of module-init-tools
depmod -[aA] [-n -e -v -q -V -r -u]
[-b basedirectory] [forced_version]
depmod [-n -e -v -q -r -u] [-F kernelsyms] module1.o module2.o ...
If no arguments (except options) are given, "depmod -a" is assumed
depmod will output a dependancy list suitable for the modprobe utility.
Options:
-a, --all Probe all modules
-n, --show Write the dependency file on stdout only
-V, --version Print the release version
-h, --help Print this usage message
The following options are useful for people managing distributions:
-b basedirectory
--basedir basedirectory Use an image of a module tree.
-F kernelsyms
--filesyms kernelsyms Use the file instead of the
current kernel symbols.
Spiderman ~ # |
|