From 0c6e4314e58552157562a836dc247ae8977f256f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 30 Aug 2023 11:57:04 +0200 Subject: [PATCH] canary: switch to use the live task, try to use KERNEL_FLAVOURS instead of a manual kernel add_package. --- live-build/auto/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/auto/config b/live-build/auto/config index 451a7d61..677bf0b6 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -724,12 +724,12 @@ case $PROJECT in canary) touch config/universe-enabled PASSES_TO_LAYERS="true" + KERNEL_FLAVOURS='generic-hwe-22.04' # the standard layer, contains all base common packages for later layers add_task standard minimal standard ubuntu-desktop ubuntu-desktop-default-languages add_package standard cloud-init # the live layer, contains all packages for the live session installer - # TODO: we should probably add the kernel per KERNEL_FLAVOURS - add_package standard.live linux-generic casper lvm2 mdadm cryptsetup dctrl-tools + add_task standard.live ubuntu-live remove_package standard.live ubiquity-frontend-gtk add_snap standard.live ubuntu-desktop-installer/classic # the enhanced-secureboot layer, contains all packages for the enhanced secureboot install