mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Use cohort key for prepare-image.
This commit is contained in:
parent
86f57d78a7
commit
293ec25aba
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (24.10.27) UNRELEASED; urgency=medium
|
||||
|
||||
* Set UBUNTU_STORE_COHORT_KEY="+" to prepare-image to make sure we simply
|
||||
use the latest snap versions regardless of phasing state.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 08 Oct 2024 13:06:10 +0100
|
||||
|
||||
livecd-rootfs (24.10.26) oracular; urgency=medium
|
||||
|
||||
* Use generic kernel flavor for Nezha D1 and LicheeRV Dock.
|
||||
|
@ -120,7 +120,7 @@ fi
|
||||
|
||||
reset_snapd_state chroot
|
||||
|
||||
env SNAPPY_STORE_NO_CDN=1 snap prepare-image \
|
||||
env SNAPPY_STORE_NO_CDN=1 UBUNTU_STORE_COHORT_KEY="+" snap prepare-image \
|
||||
--classic config/classic-model.model $channel chroot
|
||||
mv chroot/system-seed/systems/* chroot/system-seed/systems/enhanced-secureboot-desktop
|
||||
rm -rf chroot/var/lib/snapd/seed
|
||||
|
Loading…
x
Reference in New Issue
Block a user