|
|
@ -605,7 +605,7 @@ case $PROJECT in
|
|
|
|
# grow the rootfs, manually install cloud-initramfs-growroot during build
|
|
|
|
# grow the rootfs, manually install cloud-initramfs-growroot during build
|
|
|
|
add_package install cloud-initramfs-growroot
|
|
|
|
add_package install cloud-initramfs-growroot
|
|
|
|
KERNEL_FLAVOURS='image-intel'
|
|
|
|
KERNEL_FLAVOURS='image-intel'
|
|
|
|
COMPONENTS='main restricted'
|
|
|
|
COMPONENTS='main restricted multiverse'
|
|
|
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
|
|
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
|
|
|
OPTS="${OPTS:+$OPTS }--system=normal"
|
|
|
|
OPTS="${OPTS:+$OPTS }--system=normal"
|
|
|
|
OPTS="${OPTS:+$OPTS }--hdd-label=cloudimg-rootfs"
|
|
|
|
OPTS="${OPTS:+$OPTS }--hdd-label=cloudimg-rootfs"
|
|
|
@ -620,7 +620,7 @@ case $PROJECT in
|
|
|
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
|
|
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
|
|
|
if [ "$SUBARCH" = "intel-iot" ]; then
|
|
|
|
if [ "$SUBARCH" = "intel-iot" ]; then
|
|
|
|
KERNEL_FLAVOURS='image-intel'
|
|
|
|
KERNEL_FLAVOURS='image-intel'
|
|
|
|
COMPONENTS='main restricted'
|
|
|
|
COMPONENTS='main restricted multiverse'
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
@ -845,7 +845,7 @@ case $PROJECT in
|
|
|
|
amd64*)
|
|
|
|
amd64*)
|
|
|
|
if [ "${SUBARCH:-}" = "intel-iot" ]; then
|
|
|
|
if [ "${SUBARCH:-}" = "intel-iot" ]; then
|
|
|
|
KERNEL_FLAVOURS=image-intel
|
|
|
|
KERNEL_FLAVOURS=image-intel
|
|
|
|
COMPONENTS='main restricted'
|
|
|
|
COMPONENTS='main restricted multiverse'
|
|
|
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
|
|
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
;;
|
|
|
@ -1012,7 +1012,7 @@ case $PROJECT in
|
|
|
|
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
|
|
|
KERNEL_FLAVOURS="${SUBARCH:-$KERNEL_FLAVOURS}"
|
|
|
|
case $SUBARCH in
|
|
|
|
case $SUBARCH in
|
|
|
|
intel-iot)
|
|
|
|
intel-iot)
|
|
|
|
COMPONENTS='main restricted'
|
|
|
|
COMPONENTS='main restricted multiverse'
|
|
|
|
KERNEL_FLAVOURS='image-intel'
|
|
|
|
KERNEL_FLAVOURS='image-intel'
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|