[skip ci] Add additional information about custom kernel builds

This commit is contained in:
Fabian Mastenbroek 2020-09-16 20:39:12 +02:00
parent 95e869455c
commit 6094523bae
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -81,6 +81,7 @@ The Makefile provides several environmental variables to control:
functionality (e.g. [hardened](https://github.com/anthraxx/linux-hardened) or [zen](https://github.com/zen-kernel/zen-kernel)).
This name is part of the kernel version and package name, which means that you
can have multiple flavors of the same kernel installed alongside each other.
Note that the name itself does not control the selection of kernel functionality.
2. `PVE_BUILD_TYPE` (default `generic`)
The name of the kernel build type which represents the compilation options of
the kernel (e.g. optimization level or micro architecture).
@ -92,6 +93,9 @@ The Makefile provides several environmental variables to control:
The compilation options to use for the kernel build. Use this variable to specify
the optimization level or micro architecture to build for.
Kernel options may be controlled from the [debian/rules](debian/rules) file. To build with
additional patches, you may add them to the [patches/pve](patches/pve) directory.
## Questions
If you have any questions or want to see additional versions, flavors or micro architectures being built, feel
free to open an issue on Github.