how to build custom kernel and create a deb package in Linux Mint and Debian.
sudo apt install devscripts debootstrap
sudo apt build-dep linux-image-unsigned-x.x-generic
apt source linux-image-unsigned-x.x-generic
nice make bindeb-pkg LOCALVERSION=-custom
build debian kernel:- https://wiki.debian.org/BuildADebianK...
Time Stamp
intro 0:02
build deb package 1:10