2007年5月7日月曜日

Kernel Configuration

~# apt-get build-dep linux-source-2.6.18
~# aptitude install linux-source-2.6.18
~# aptitude install libqt3-mt-dev (for xconfig)
(libncurses5-dev for menuconfig)
(libglade2-dev for gconfig)
~# cd /usr/src/
~# tar xjvf linux-source-2.6.18.tar.bz2
~# cd linux-source-2.6.18/
~# make mrproper
~# cp /boot/config-2.6.18-4-686 ./.config
~# make oldconfig
~$ cd /usr/src/linux-source-2.6.18/
~$ make xconfig
~# make dep
~# make clean
~# make-kpkg clean
~# make-kpkg --revision=Custom.1.0 kernel-image
~# cd ../
~# dpkg -i linux-image-2.6.18_Custom.1.0_i386.deb
~# update-grub

0 件のコメント: