mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
auto/config: Add support for ubuntu core arm64 generic images
LP: #2009067 Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
This commit is contained in:
parent
be40105056
commit
632753aa7c
@ -400,6 +400,8 @@ case $IMAGEFORMAT in
|
|||||||
MODEL=pi3-arm64 ;;
|
MODEL=pi3-arm64 ;;
|
||||||
armhf+cm3)
|
armhf+cm3)
|
||||||
MODEL=cm3 ;;
|
MODEL=cm3 ;;
|
||||||
|
arm64+*)
|
||||||
|
MODEL=pc-arm64 ;;
|
||||||
*)
|
*)
|
||||||
echo "Model $ARCH+${SUBARCH:-} unknown to livecd-rootfs" >&2
|
echo "Model $ARCH+${SUBARCH:-} unknown to livecd-rootfs" >&2
|
||||||
exit 1
|
exit 1
|
||||||
@ -418,7 +420,7 @@ case $IMAGEFORMAT in
|
|||||||
|
|
||||||
CHANNEL="${CHANNEL:-edge}"
|
CHANNEL="${CHANNEL:-edge}"
|
||||||
case $MODEL in
|
case $MODEL in
|
||||||
pc-amd64|pc-i386)
|
pc-amd64|pc-i386|pc-arm64)
|
||||||
if [ -z "${SUBARCH:-}" ]; then
|
if [ -z "${SUBARCH:-}" ]; then
|
||||||
# This is to make sure there's enough writable space
|
# This is to make sure there's enough writable space
|
||||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user