|
|
正在做CLFS,编译内核时
root:/sources/linux-2.6.20.1# make modules_install
INSTALL drivers/block/rd.ko
INSTALL drivers/hwmon/k8temp.ko
INSTALL drivers/hwmon/smsc47b397.ko
INSTALL drivers/i2c/busses/i2c-isa.ko
INSTALL drivers/i2c/i2c-core.ko
INSTALL drivers/i2c/i2c-dev.ko
INSTALL drivers/net/s2io.ko
INSTALL fs/binfmt_misc.ko
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.20.1; fi
root:/sources/linux-2.6.20.1#
注意这句
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.20.1; fi
不知道为什么会出现这句话,是正常现像吗? |
|