debian_build_kernel
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
debian_build_kernel [2021/11/25 22:42] – external edit 127.0.0.1 | debian_build_kernel [2025/04/15 02:06] (current) – neoon | ||
---|---|---|---|
Line 1: | Line 1: | ||
**Grab Kernel**\\ | **Grab Kernel**\\ | ||
Get the one you desire from https:// | Get the one you desire from https:// | ||
- | wget https:// | + | wget https:// |
- | tar xvf linux-5.10.65.tar.xz | + | tar xvf linux-6.12.23.tar.xz |
- | cd linux-5.10.65 | + | cd linux-6.12.23 |
**Grab Packages**\\ | **Grab Packages**\\ | ||
apt-get install bc libncurses-dev bzip2 make build-essential libelf-dev libssl-dev bison flex rsync liblz4-tool | apt-get install bc libncurses-dev bzip2 make build-essential libelf-dev libssl-dev bison flex rsync liblz4-tool | ||
**Run localmodconfig**\\ | **Run localmodconfig**\\ | ||
- | Hold enter until you are done \\ | + | This disables all modules currently not in use \\ |
- | make localmodconfig | + | |
- | **Customization of the Kernel**\\ | + | **Customization of the Kernel |
make menuconfig | make menuconfig | ||
**Network**\\ | **Network**\\ | ||
Line 29: | Line 29: | ||
Device drivers => SCSI device support => disk support | Device drivers => SCSI device support => disk support | ||
Device drivers => SCSI device support => SCSI low-level drivers => virtio-scsi support | Device drivers => SCSI device support => SCSI low-level drivers => virtio-scsi support | ||
+ | **Customization of the Kernel via CLI**\\ | ||
+ | scripts/ | ||
**Build the Kernel**\\ | **Build the Kernel**\\ | ||
- | make -j8 deb-pkg LOCALVERSION=-rt KDEB_PKGVERSION=1 | + | make bindeb-pkg -j $(nproc) |
debian_build_kernel.1637880165.txt.gz · Last modified: 2021/11/25 22:42 by 127.0.0.1