Skip to content

Commit

Permalink
[skip ci] Add additional information about custom kernel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Sep 16, 2020
1 parent 95e8694 commit 6094523
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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.

0 comments on commit 6094523

Please sign in to comment.