mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-02 21:52:28 +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)
|
amd64)
|
||||||
if [ "${SUBARCH:-}" = "generic" ]; then
|
if [ "${SUBARCH:-}" = "generic" ]; then
|
||||||
KERNEL_FLAVOURS=generic
|
KERNEL_FLAVOURS=generic
|
||||||
|
elif [ "${SUBARCH:-}" = "iotg" ]; then
|
||||||
|
KERNEL_FLAVOURS=image-intel
|
||||||
|
COMPONENTS='main restricted universe'
|
||||||
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
riscv64*)
|
riscv64*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user