mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-03 06:01:30 +00:00
ubuntu-image: fix focal+ pi images for armhf to use pi-armhf model name.
LP: #1876358 (cherry picked from commit 6e8b5b94c4a9f8db4afbaf566ebdb36110f08592)
This commit is contained in:
parent
dc456c240d
commit
2d5f9581db
@ -383,6 +383,9 @@ case $IMAGEFORMAT in
|
|||||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS -c $CHANNEL"
|
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS -c $CHANNEL"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
if [ "${MODEL}" = "pi" ]; then
|
||||||
|
MODEL=pi-armhf
|
||||||
|
fi
|
||||||
# Ubuntu Core 20
|
# Ubuntu Core 20
|
||||||
# Currently uc20 assertions do not support global
|
# Currently uc20 assertions do not support global
|
||||||
# channel overrides, instead we have per-channel models
|
# channel overrides, instead we have per-channel models
|
||||||
|
Loading…
x
Reference in New Issue
Block a user