07/04/15 18:17:59 z0Qm0NZs
>>503,504,508
レスありがとう。
最初にインストールした /boot/config-2.6.11-generic を使って、
makeしてみると上手くbootしました。
$ cd /usr/local/src/Kernel/linux-2.6.20.6 <- 自分が解凍した場所
$ cp /boot/config-2.6.11-generic ./.config
$ make-kpkg clean
$ fakeroot make-kpkg --initrd kernel_image kernel_headers
$ dpkg -i ...
こんな感じです。
よくわからないので --append-to-version を省いてみました。
>>508
今回、 modules_image を付けなかったのですが、
コンパイルとdpkgの後に、modulesがinstallされているか調べてみると
されていました。
$ ls /lib/modules
2.6.17-11-generic/ 2.6.20.6/
make-kpkgのマニュアルも読んでみると、
$ man make-kpkg
... Generally called in conjunction
with kernel_image, especially if also using the option
append_to_version (prevents spurious warnings).
やっぱり modules_image も kernel_image と一緒に呼び出す必要あるみたい。
ご紹介のフォーラムの記事を参考にいろいろ試してみます。
ありがとー