mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-01 13:21:14 +00:00
Apparently the lxd appliance needs to use a custom track, so hack it in.
This commit is contained in:
parent
a4a696053b
commit
70d675e5ab
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.525.47) UNRELEAED; urgency=medium
|
||||
|
||||
* Apparently the lxd appliance needs to use a custom track (4.0) and since
|
||||
model assertions do not accept track names in required-snaps, we need to do
|
||||
this by hand during build. (LP: #1891505)
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 12 Aug 2020 15:58:19 +0200
|
||||
|
||||
livecd-rootfs (2.525.46) bionic; urgency=medium
|
||||
|
||||
[ Cody Shepherd ]
|
||||
|
@ -219,6 +219,10 @@ case $IMAGEFORMAT in
|
||||
[ -z "${SUBARCH:-}" ] \
|
||||
&& UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
||||
;;
|
||||
# Some appliances need different snap tracks
|
||||
lxd-core18*)
|
||||
EXTRA_SNAPS="lxd=4.0"
|
||||
;;
|
||||
esac
|
||||
case $SUITE in
|
||||
xenial)
|
||||
|
Loading…
x
Reference in New Issue
Block a user