私は非常に奇妙な問題に直面しました。
~によるとこれ:
カーネルとモジュールを使用するには、特別な場所に移動する必要があります。
1. make modules_install 2. make install
まず、/lib/modules/ ディレクトリを作成し、そこにモジュールを配置します。 2番目の目標は、
1. Move the kernel, bzImage, to /boot and rename it vmlinuz-<revision>, 2. Move the System.map to /boot, 3. Create initrd.img-<revision> 4. Copy .config to /boot, renaming it to config-<revision> 5. Modifies the boot loader configuration file /boot/grub/menu.lst so that the new kernel is listed on the boot menu.
最新のLinuxカーネル3.15を設定してコンパイルし、make install
新しいカーネルインストールを実行しました。 .configファイルがコピーされないことを除いて、すべてがうまく機能しているようです/boot
。
ソースツリーのルートディレクトリにある.configファイルが/ bootにコピーされないのはなぜですか?
PS。私が使っているオペレーティングシステムはFedora 20です。