mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-27 11:01:18 +00:00
Make sure the imx6 subarch uses the ubuntu-image imageformat.
This commit is contained in:
parent
7c85d91d41
commit
2896d39a7a
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.621) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Make sure the imx6 subarch uses the ubuntu-image imageformat.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 29 Oct 2019 12:31:35 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.620) eoan; urgency=medium
|
livecd-rootfs (2.620) eoan; urgency=medium
|
||||||
|
|
||||||
* Limit the lxd group to images with an installer; it's less appropriate
|
* Limit the lxd group to images with an installer; it's less appropriate
|
||||||
|
@ -279,12 +279,14 @@ _get_live_passes ()
|
|||||||
if [ -z "${IMAGEFORMAT:-}" ]; then
|
if [ -z "${IMAGEFORMAT:-}" ]; then
|
||||||
case $PROJECT:${SUBPROJECT:-} in
|
case $PROJECT:${SUBPROJECT:-} in
|
||||||
ubuntu-cpc:*|ubuntu:desktop-preinstalled)
|
ubuntu-cpc:*|ubuntu:desktop-preinstalled)
|
||||||
if [ "$SUBARCH" = "raspi3" ]; then
|
case $SUBARCH in
|
||||||
# For now only raspi3, but others are soon to follow
|
raspi3|imx6)
|
||||||
IMAGEFORMAT=ubuntu-image
|
IMAGEFORMAT=ubuntu-image
|
||||||
else
|
;;
|
||||||
IMAGEFORMAT=ext4
|
*)
|
||||||
fi
|
IMAGEFORMAT=ext4
|
||||||
|
;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
ubuntu-server:live)
|
ubuntu-server:live)
|
||||||
IMAGEFORMAT=plain
|
IMAGEFORMAT=plain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user