~rcj/livecd-rootfs/+git/livecd-rootfs:bugfix/drop-snap-tool_eoan

Last commit made on 2020-02-24
Get this branch:
git clone -b bugfix/drop-snap-tool_eoan 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:
bugfix/drop-snap-tool_eoan
Repository:
lp:~rcj/livecd-rootfs/+git/livecd-rootfs

Recent commits

2b0d201... by Robert C Jennings

Use snap cli rather than custom snap-tool (LP: #1864252)

snap-tool was added to support a deprecate cohort-key feature of the
snap store. Recent changes in snap assertions have added additional
fields which snap-tool is not retrieving. This resulted in snap install
failures on first boot.

This patch removes snap-tool and returns to using the snap cli.
This ensures snap downloads will function without odd incompatibilities.

7c85d91... by Adam Conrad

Limit the lxd group to images with an installer; it's less appropriate for random tarball images, which are configured in ways we don't know.

35d16ae... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.619

f918cd5... by Dimitri John Ledkov

Subiquity: install linux-firmware in the installer layer, to make firmware blobs available in the live session. LP: #1847835

d0b6220... by Steve Langasek

releasing package livecd-rootfs version 2.618

c89806b... by Michael Hudson-Doyle

Do not create a hook manually for ubuntu-cpc builds, make-hooks does not like that.

8caa938... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.617

4788e90... by Michael Hudson-Doyle

Create the lxd group as a system group for all projects. (LP: #1844498)

3fa9134... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.616

4c534bc... by Dimitri John Ledkov

subiquity: Use LazyUnmount=yes on memorymapped /usr/lib/modules.

Subiquity images mount /usr/lib/modules from a squashfs, which systemd
tries to unmount on shutdown, whilst they are still being in use. As
systemd-udevd kmod built-in's libkmod has modules.* files
memorymapped. This produces an warning on shutdown, flooding the
screen with messages as systemd switches to a more verbose
output. Specify LazyUnmount=yes on that mount, such that unmount call
succeeds without flooding the shutdown log.