Kernel compilation
Needed packages
- sudo apt-get install linux-source build-essential kernel-package libssl-dev
Pre Compile stuff
- cd /usr/src
Get the source
- wget https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/linux-5.0.21.tar.xz
- tar xf linux-5*.xz
- cd linux-5*
Build a ramdisk
- sudo update-initramfs -u -v -k `uname -r`