~mvo/snapd/+git/snapd-mvo:uc20

Last commit made on 2019-07-15
Get this branch:
git clone -b uc20 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
uc20
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

e97f809... by Michael Vogt

vendor: update chrisccoulson/ubuntu-core-fde-utils to really fix build on arm64

3fa142a... by Michael Vogt

Merge pull request #7103 from cmatsuoka/rename-mountpoints-london

recovery: rename temporary mountpoints to london names

10bd3cd... by Claudio Matsuoka

recovery: rename temporary mountpoints to london names

It was decided in London to adopt new names for the boot, recovery
and writable partitions, so update the code to mount the filesystems
created on those devices to match the new names and avoid confusion.
Also create temporary mountpoints on /run and keep /mnt clear for
local usage.

Signed-off-by: Claudio Matsuoka <email address hidden>

073180b... by Michael Vogt

Merge pull request #7085 from cmatsuoka/tpm-provisioning-integration

recovery: integrate TPM provisioning

bc0c3db... by Michael Vogt

recovery: rename fdeutils->fdeutil (upstream changed this)

1d70445... by Michael Vogt

vendor: update github.com/chrisccoulson/ubuntu-core-fde-utils to fix FTBFS on arm64

7e796c9... by Michael Vogt

recovery: fix naked return error from travis

6e4b60d... by Claudio Matsuoka

recovery: use sync from package syscall

Signed-off-by: Claudio Matsuoka <email address hidden>

08c31d5... by Claudio Matsuoka

recovery: pass key to cryptsetup using stdin

Don't store the unsealed key to the encrypted partition in the filesystem,
write it to cryptsetup's stdin instead.

Signed-off-by: Claudio Matsuoka <email address hidden>

316fb75... by Michael Vogt

recovery: import fdeutils from chris instead of copying it