mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-03 06:01:30 +00:00
The appliance model names have changed and we now use 'pi' instead of 'pi-arm64'
This commit is contained in:
parent
650cced79e
commit
467065461b
@ -224,7 +224,8 @@ case $IMAGEFORMAT in
|
|||||||
*plexmediaserver|*adguard-home|*nextcloud|*openhab|*frr)
|
*plexmediaserver|*adguard-home|*nextcloud|*openhab|*frr)
|
||||||
BRAND_ID="ubuntu"
|
BRAND_ID="ubuntu"
|
||||||
APPLIANCE="${SUBARCH#raspi3-}"
|
APPLIANCE="${SUBARCH#raspi3-}"
|
||||||
MODEL="${APPLIANCE}-ubuntu-core-18-${MODEL#pc-}"
|
[ "$MODEL" = "pi-arm64" ] && MODEL="pi"
|
||||||
|
MODEL="${APPLIANCE}-core18-${MODEL#pc-}"
|
||||||
;;
|
;;
|
||||||
# Default generic images
|
# Default generic images
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user