mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-26 09:32:11 +00:00
Merge branch 'ubuntu/master' of git+ssh://git.launchpad.net/~ethan.hsieh/livecd-rootfs/+git/livecd-rootfs into ubuntu/master
This commit is contained in:
commit
744585ed9a
@ -548,7 +548,7 @@ _snap_preseed() {
|
|||||||
sh -c "
|
sh -c "
|
||||||
set -x;
|
set -x;
|
||||||
cd \"$CHROOT_ROOT/var/lib/snapd/seed\";
|
cd \"$CHROOT_ROOT/var/lib/snapd/seed\";
|
||||||
SNAPPY_STORE_NO_CDN=1 snap download \
|
UBUNTU_STORE_ARCH=$ARCH SNAPPY_STORE_NO_CDN=1 snap download \
|
||||||
--cohort="${COHORT_KEY:-}" \
|
--cohort="${COHORT_KEY:-}" \
|
||||||
--channel=\"$CHANNEL\" \"$SNAP_NAME\"" || snap_download_failed=1
|
--channel=\"$CHANNEL\" \"$SNAP_NAME\"" || snap_download_failed=1
|
||||||
if [ $snap_download_failed = 1 ] ; then
|
if [ $snap_download_failed = 1 ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user