Debian 12, Linux Mint 21.3 custom kernel deb package tutorial guide

Опубликовано: 25 Июль 2024
на канале: Linux Zone
107
5

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