title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
kernel |
true |
2022-03-21 03:20:28 UTC |
markdown |
2022-03-21 02:22:13 UTC |
We use a custom kernel with NOHZ support enabled.
To build kernel, refer to Chapter 4. Common kernel-related tasks (pages.debian.net).
Current kernel config is at /usr/src/linux-headers-$(uname -r)/.config
.
Kernel/BuildYourOwnKernel - Ubuntu Wiki and BuildADebianKernelPackage - Debian Wiki are obsolete, do not use them.
If you don't want to use module signing:
scripts/config --disable MODULE_SIG
scripts/config --disable SYSTEM_TRUSTED_KEYS
Also consider disable debug info:
scripts/config --disable DEBUG_INFO