Downloading Kernel Source Code
- Download the kernel source file to the local PC according to Table 1, upload it to the /usr/src/kernels directory on the server, and decompress the kernel source package.
1 2
cd /usr/src/kernels unzip kernel-5.10.0-153.12.0.zip
- Suppress the local version number.
1 2
cd /usr/src/kernels/kernel-5.10.0-153.12.0 touch .scmversion
Parent topic: Compiling the Kernel