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 [2025/04/15 01:46] – neoon | debian_build_kernel [2025/04/15 02:06] (current) – neoon | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| 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**\\ | ||
| + | This disables all modules currently not in use \\ | ||
| yes '' | yes '' | ||
| - | This disables all modules currently not in use | + | **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 bindeb-pkg -j $(nproc) | make bindeb-pkg -j $(nproc) | ||
debian_build_kernel.1744681578.txt.gz · Last modified: 2025/04/15 01:46 by neoon
