~rcj/livecd-rootfs/+git/livecd-rootfs:experiment/snap-preseed

Last commit made on 2020-07-15
Get this branch:
git clone -b experiment/snap-preseed https://git.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Branch information

Name:
experiment/snap-preseed
Repository:
lp:~rcj/livecd-rootfs/+git/livecd-rootfs

Recent commits

c4529a5... by Robert C Jennings

Add snap preseed optimization

bc4991d... by Robert C Jennings

Add snap-preseed test code

We have 2 build hooks:
snap-preseed-test - Creates an derived image with an additional snap
snap-preseed-test2 - Derives from above adding a custom model and snaps

This is an effective demonstration of the way images are built in
layers.

83ce5e3... by Michael Hudson-Doyle

releasing package livecd-rootfs version 2.673

f277d1f... by Michael Hudson-Doyle

update changelog

d542e8e... by Joshua Powers

functions: fix unbound variable

a6a7be7... by Robert C Jennings

Release package livecd-rootfs version 2.672

 * Boot with an initramfs by default in cloud images, except when using a non-generic kernel.
   MP: https://code.launchpad.net/~davidkrauser/livecd-rootfs/+git/livecd-rootfs/+merge/386913

2976a99... by Dimitri John Ledkov

Fix-up seeding snaps with tracks.

c60421a... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.670

bdec140... by Dimitri John Ledkov

Merge branch 'snap-preseed-channel-specification' of git+ssh://git.launchpad.net/~xnox/livecd-rootfs into ubuntu/master

7bae920... by Dimitri John Ledkov

snap_preseed: support channel specification with snap name

snap_name[/classic]=track/risk/branch is now the supported snap name
specification, which allows to specify the full default track and
optional classic confinemnt.

Supporting such specification in the seedtext allows one to specify a
better default channel. For example, this will allow lxd to switch
from latest/stable/ubuntu-20.04 to 4.0/stable/ubuntu-20.04 as 4.0 is
the LTS track matching 20.04 support timeframe.

LP: #1882374