最終更新:2012-09-06 (木) 06:18:14 (4242d)  

depmod
Top / depmod

http://linuxjm.sourceforge.jp/html/modutils/man8/depmod.8.html

カーネルモジュールの依存リスト、modules.dep とマップファイルを生成するプログラム

オプション

  • -a - 設定ファイル Linux/etc/modules.conf があれば、そこで指定されている全てのディレクトリでモジュールを検索する。

モジュールの依存関係を記述したmodules.depを作成

cd /lib/modules
depmod `uname -r`

modprobe