mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-03-18 13:37:42 +00:00
make ubuntu-test-iso project use KERNEL_FLAVOURS to exercise more machinery
This commit is contained in:
parent
2b2c057acf
commit
6e25a58c56
@ -1195,16 +1195,14 @@ case $PROJECT in
|
|||||||
|
|
||||||
ubuntu-test-iso)
|
ubuntu-test-iso)
|
||||||
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
||||||
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
KERNEL_FLAVOURS=virtual
|
||||||
KERNEL_FLAVOURS=none
|
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
MAKE_ISO=yes
|
MAKE_ISO=yes
|
||||||
POOL_SEED_NAME=
|
POOL_SEED_NAME=
|
||||||
SQUASHFS_COMP=lz4
|
SQUASHFS_COMP=lz4
|
||||||
PASSES_TO_LAYERS=true
|
PASSES_TO_LAYERS=true
|
||||||
add_package base casper
|
add_package base linux-$KERNEL_FLAVOURS
|
||||||
add_package base.generic linux-virtual
|
add_package base.live casper
|
||||||
LIVE_PASSES="base.generic"
|
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64) ;;
|
amd64) ;;
|
||||||
*) echo "ubuntu-test-iso only supports amd64"; exit 1 ;;
|
*) echo "ubuntu-test-iso only supports amd64"; exit 1 ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user