Compile Kernel: Ubuntu 16.04 - Source dari apt install

From OnnoWiki
Revision as of 10:09, 17 October 2017 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search

Edit source

  • deb-src di uncomment
  • update
apt update

Siapkan kernel package

apt update
apt install kernel-package libncurses5-dev fakeroot wget bzip2 \
kernel-wedge build-essential makedumpfile libncurses5 libssl-dev

Download source code linux

cd /usr/src
apt-get source linux-image-$(uname -r)
apt-get build-dep linux-image-$(uname -r)

Compile kernel di Linux

cd /usr/src/linux-4.4.0
fakeroot debian/rules clean
fakeroot debian/rules binary-headers binary-generic binary-perarch
# if you need linux-tools or lowlatency kernel, run instead:
# fakeroot debian/rules binary


Cek hasil akhir-nya

cd ..
ls *.deb