Downloading Kernel Source Code
This section describes how to obtain the correct kernel source code version and decompress the kernel source code.
- Download the kernel source package kernel-6.6.0-72.0.0.zip to the local PC according to Software Environment, 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-6.6.0-72.0.0.zip
- Disable the local version number.
1 2
cd /usr/src/kernels/kernel-6.6.0-72.0.0 touch .scmversion
Parent topic: Procedures