mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-07 08:01:30 +00:00
canary: switch to use the live task, try to use KERNEL_FLAVOURS instead of a manual kernel add_package.
This commit is contained in:
parent
6e30df92f2
commit
0c6e4314e5
@ -724,12 +724,12 @@ case $PROJECT in
|
|||||||
canary)
|
canary)
|
||||||
touch config/universe-enabled
|
touch config/universe-enabled
|
||||||
PASSES_TO_LAYERS="true"
|
PASSES_TO_LAYERS="true"
|
||||||
|
KERNEL_FLAVOURS='generic-hwe-22.04'
|
||||||
# the standard layer, contains all base common packages for later layers
|
# the standard layer, contains all base common packages for later layers
|
||||||
add_task standard minimal standard ubuntu-desktop ubuntu-desktop-default-languages
|
add_task standard minimal standard ubuntu-desktop ubuntu-desktop-default-languages
|
||||||
add_package standard cloud-init
|
add_package standard cloud-init
|
||||||
# the live layer, contains all packages for the live session installer
|
# the live layer, contains all packages for the live session installer
|
||||||
# TODO: we should probably add the kernel per KERNEL_FLAVOURS
|
add_task standard.live ubuntu-live
|
||||||
add_package standard.live linux-generic casper lvm2 mdadm cryptsetup dctrl-tools
|
|
||||||
remove_package standard.live ubiquity-frontend-gtk
|
remove_package standard.live ubiquity-frontend-gtk
|
||||||
add_snap standard.live ubuntu-desktop-installer/classic
|
add_snap standard.live ubuntu-desktop-installer/classic
|
||||||
# the enhanced-secureboot layer, contains all packages for the enhanced secureboot install
|
# the enhanced-secureboot layer, contains all packages for the enhanced secureboot install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user