mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-06 15:51:48 +00:00
also support building an ubuntu-cpc amd64 iotg image
This commit is contained in:
parent
d8b24aaae6
commit
066422894b
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user