*概要 [#u4c9007a] Debianでカーネルの再構築をする手順 *必要パッケージのインストール [#xcba072f] # aptitude install kernel-package # aptitude install fakeroot # aptitude install libncurses-dev *ソースの確認 [#aca97f46] # apt-cache search linux-source linux-patch-debian-2.6.26 - Debian patches to version 2.6.26 of the Linux kernel linux-source-2.6.26 - Linux kernel source for version 2.6.26 with Debian patches linux-tree-2.6.26 - Linux kernel source tree for building Debian kernel images *ソースの取得 [#s69dd6b2] # apt-get install linux-source-2.6.26 # apt-get install linux-patch-debian-2.6.26 *ソースの解凍と設定変更 [#t48786a1] # cd /usr/src/ # tar xjfv linux-source-2.6.26.tar.bz2 # ln -s linux-source-2.6.26 linux # cd linux # make-kpkg clean # cp /boot/config-2.6.26-2-686 .config # make menuconfig #ref(menuconfig.png) *再構築 [#cdd8c10a] make-kpkg --rootcmd fakeroot --append-to-version myct kernel-image *参考 [#h5f78ddb] -http://now.ohah.net/ja/%E3%83%87%E3%83%93%E3%82%A2%E3%83%B3%28Debian%29/%E3%82%AB%E3%83%BC%E3%83%8D%E3%83%AB%E5%86%8D%E6%A7%8B%E7%AF%89 ---- &size(12){Total:&counter(total); / Today:&counter(today); / Yesterday:&counter(yesterday);};