Difference between revisions of "Compile Kernel: Buat Kernel Headers untuk VirtualBox"

From OnnoWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
  make-kpkg --rootcmd fakeroot kernel_image kernel_headers
 
  make-kpkg --rootcmd fakeroot kernel_image kernel_headers
  
 +
 +
dpkg -i linux-headers-4.13.7_4.13.7-10.00.Custom_amd64.deb
 +
dpkg -i linux-image-4.13.7_4.13.7-10.00.Custom_amd64.deb
  
  

Revision as of 19:13, 17 October 2017

Sumber: https://github.com/dnschneid/crouton/wiki/Build-kernel-headers-and-install-Virtualbox-%28x86%29

cd /usr/src/linux
cp Documentation/admin-guide/reporting-bugs.rst REPORTING-BUGS
make-kpkg --rootcmd fakeroot kernel_image kernel_headers


dpkg -i linux-headers-4.13.7_4.13.7-10.00.Custom_amd64.deb 
dpkg -i linux-image-4.13.7_4.13.7-10.00.Custom_amd64.deb



Referensi