make ubuntu-test-iso project use KERNEL_FLAVOURS to exercise more machinery

This commit is contained in:
michael.hudson@canonical.com 2026-03-02 10:50:15 +13:00
parent 2b2c057acf
commit 6e25a58c56
No known key found for this signature in database
GPG Key ID: 80E627A0AB757E23

View File

@ -1195,16 +1195,14 @@ case $PROJECT in
ubuntu-test-iso)
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
KERNEL_FLAVOURS=none
KERNEL_FLAVOURS=virtual
BINARY_REMOVE_LINUX=false
MAKE_ISO=yes
POOL_SEED_NAME=
SQUASHFS_COMP=lz4
PASSES_TO_LAYERS=true
add_package base casper
add_package base.generic linux-virtual
LIVE_PASSES="base.generic"
add_package base linux-$KERNEL_FLAVOURS
add_package base.live casper
case $ARCH in
amd64) ;;
*) echo "ubuntu-test-iso only supports amd64"; exit 1 ;;