ares99999 发表于 2006-4-8 13:17:14

安装源码包后找不到configs

按照fedora主页安装内核源码包,到第5步时出现找不到configs目录的情况,不知道是前面安装失败了还是怎么回事。

前面rpm是出现一个warning,是不是跟他有关系呢;

# rpm -Uvh kernel-2.6.15-1.2054_FC5.src.rpm
warning: kernel-2.6.15-1.2054_FC5.src.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
   1:kernel               ###########################################



下面是fedora主页上configs那步的说明。
#

The configurations for the specific kernels shipped in Fedora Core 5 are in the configs/ directory. For example, the i686 SMP configuration file is named configs/kernel-<version>-i686-smp.config. Issue the following command to place the desired configuration file in the proper place for building:

cp configs/<desired-config-file> .config

You can also find the .config file that matches your current kernel configuration in the /lib/modules/<version>/build/.config file.
页: [1]
查看完整版本: 安装源码包后找不到configs