mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Use ubuntu-image for pre-installed Tegra images
This commit is contained in:
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…
x
Reference in New Issue
Block a user