mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-07 08:13:37 +00:00
Do not reset seeds for canary.
This commit is contained in:
parent
6fcdd3b01a
commit
97f3799289
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.826) UNRELEASED; urgency=medium
|
||||
|
||||
* Now that we moved the seeding for canary into further layers, a resed of
|
||||
the preseeding is not required.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 13 Apr 2023 14:46:43 +0200
|
||||
|
||||
livecd-rootfs (2.825) lunar; urgency=medium
|
||||
|
||||
* For canary images, actually consider moving the seed listed snaps from
|
||||
|
@ -19,9 +19,6 @@ case ${SUBPROJECT:-} in
|
||||
;;
|
||||
esac
|
||||
|
||||
/usr/lib/snapd/snap-preseed --reset $(realpath "chroot")
|
||||
rm -rf chroot/var/lib/snapd/seed/*
|
||||
|
||||
# env SNAPPY_STORE_NO_CDN=1 snap known --remote model series=16 brand-id=canonical model=ubuntu-classic-2304-amd64 > config/classic-model.model
|
||||
cat <<EOF > config/classic-model.model
|
||||
type: model
|
||||
|
Loading…
x
Reference in New Issue
Block a user