Install Required Package
$ sudo apt-get install kernel-packageGet Linux Kernel Source Code
$ wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.13.tar.xz
$ tar -xJf linux-3.13.tar.xz
$ tar -xJf linux-3.13.tar.xz
Set Build Configuration
$ cp /boot/config-blahblah ./.config
$ make oldconfig
$ make oldconfig
Build in deb Format
$ fakeroot make-kpkg --initrd -j 3 --revision 3.13.sjpark kernel-imageInstall The Kernel
$ sudo dpkg -i ../linux-image-3.13.0+_3.13.sjpark_amd64.deb$ sudo shutdown -r now
$ uname -r
댓글 없음:
댓글 쓰기