Fix server live image to pull subiquity from the stable channel, not

from edge.
ubuntu/artful
Steve Langasek 7 years ago
parent ca8e7a90d5
commit e53ad3b354

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.477) UNRELEASED; urgency=medium
* Fix server live image to pull subiquity from the stable channel, not
from edge.
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 15 Oct 2017 13:44:34 -0700
livecd-rootfs (2.476) artful; urgency=medium livecd-rootfs (2.476) artful; urgency=medium
* snap.subiquity.started.service must be RemainAfterExit=yes to satisfy * snap.subiquity.started.service must be RemainAfterExit=yes to satisfy

@ -50,7 +50,7 @@ chroot $SQUASH_ROOT sh -c '
set -x; set -x;
cd /var/lib/snapd/seed; cd /var/lib/snapd/seed;
sudo SNAPPY_STORE_NO_CDN=1 snap download core; sudo SNAPPY_STORE_NO_CDN=1 snap download core;
sudo SNAPPY_STORE_NO_CDN=1 snap download --channel=edge subiquity; sudo SNAPPY_STORE_NO_CDN=1 snap download subiquity;
CORE_SNAP=$(ls -1 core*.snap); CORE_SNAP=$(ls -1 core*.snap);
SUBIQUITY_SNAP=$(ls -1 subiquity*.snap); SUBIQUITY_SNAP=$(ls -1 subiquity*.snap);

Loading…
Cancel
Save