Use ubuntu-image for pre-installed Tegra images

xnox/virtual-armhf
Loïc Minier 2 years ago
parent b6c9a4d711
commit 430ec27308

@ -332,6 +332,11 @@ if [ -z "${IMAGEFORMAT:-}" ]; then
# All raspi images use ubuntu-image.
IMAGEFORMAT=ubuntu-image
;;
arm64+tegra|arm64+tegra-igx)
# Pre-installed Tegra images use
# ubuntu-image
IMAGEFORMAT=ubuntu-image
;;
*)
IMAGEFORMAT=ext4
;;

Loading…
Cancel
Save