We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b92aee commit 33dd8a8Copy full SHA for 33dd8a8
bash/inventory.sh
@@ -35,7 +35,7 @@ function produce_default_kernel_inventory() {
35
36
## A 'peg' is not really a 'hook': for development purposes; testing new LK version and simpler LK configurations, using the default kernel
37
define_id "peg-default-amd64" METHOD='default' ARCH='x86_64' TAG='dev' \
38
- USE_KERNEL_ID='hook-default-amd64' TEMPLATE='peg' LINUXKIT_VERSION='1.2.0' \
+ USE_KERNEL_ID='hook-default-amd64' TEMPLATE='peg' \
39
KERNEL_MAJOR='5' KERNEL_MINOR='10' KCONFIG='generic'
40
41
## development purposes: trying out kernel 6.6.y
0 commit comments