From 066422894bca11c204ef016617e13fe9c9f4f3b0 Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Wed, 23 Jun 2021 11:09:19 -0700 Subject: [PATCH] also support building an ubuntu-cpc amd64 iotg image --- live-build/auto/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/live-build/auto/config b/live-build/auto/config index 46761a83..4aede1e7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -819,6 +819,10 @@ case $PROJECT in amd64) if [ "${SUBARCH:-}" = "generic" ]; then KERNEL_FLAVOURS=generic + elif [ "${SUBARCH:-}" = "iotg" ]; then + KERNEL_FLAVOURS=image-intel + COMPONENTS='main restricted universe' + OPTS="${OPTS:+$OPTS }--initramfs=none" fi ;; riscv64*)