mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-30 04:01:39 +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.
|
# All raspi images use ubuntu-image.
|
||||||
IMAGEFORMAT=ubuntu-image
|
IMAGEFORMAT=ubuntu-image
|
||||||
;;
|
;;
|
||||||
|
arm64+tegra|arm64+tegra-igx)
|
||||||
|
# Pre-installed Tegra images use
|
||||||
|
# ubuntu-image
|
||||||
|
IMAGEFORMAT=ubuntu-image
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
IMAGEFORMAT=ext4
|
IMAGEFORMAT=ext4
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user