kernel

Compile KANOTIX / Ubuntu kernel

#!/bin/bash
 
apt-get install fakeroot build-essential makedumpfile ncurses-dev
 
cd /usr/src
?? apt-get build-dep linux-image-$(uname -r)
apt-get source linux-image-$(uname -r)
 
?? apt-get build-dep linux-ubuntu-modules-$(uname -r)
??

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!

Syndicate content