Skip to content

Commit 33dd8a8

Browse files
committed
bash: inventory: drop old linuxkit version from 'peg'
- 'peg' has served its purpose, should we remove it? Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
1 parent 9b92aee commit 33dd8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/inventory.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function produce_default_kernel_inventory() {
3535

3636
## A 'peg' is not really a 'hook': for development purposes; testing new LK version and simpler LK configurations, using the default kernel
3737
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' \
38+
USE_KERNEL_ID='hook-default-amd64' TEMPLATE='peg' \
3939
KERNEL_MAJOR='5' KERNEL_MINOR='10' KCONFIG='generic'
4040

4141
## development purposes: trying out kernel 6.6.y

0 commit comments

Comments
 (0)