~mvo/snapd/+git/snapd-mvo:snap-bootstrap-cmd-initramfs-write-modeenv

Last commit made on 2019-11-20
Get this branch:
git clone -b snap-bootstrap-cmd-initramfs-write-modeenv https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-bootstrap-cmd-initramfs-write-modeenv
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

74360be... by Michael Vogt

snap-bootstrap: write /run/mnt/ubuntu-data/var/lib/snapd/modeenv

The firstboot code in snapd for UC20 will need some information
from the earlier boot stage what recovery system to use and
what mode it is in. This PR implements writing the modeenv from
`snap-bootstrap initramfs-mounts` after the "ubuntu-data" partition
was written.

6795350... by Michael Vogt

Merge branch 'ensure-seeded-with-modeenv' into snap-bootstrap-cmd-initramfs-write-modeenv

f1a45d1... by Michael Vogt

devicestate: add reading of modeenv to uc20 firstboot code

The firstboot code in UC20 needs to know what recovery system
it needs to pick for the firstboot and what mode it is in. This
is communicated from the earlier boot parts via the
`/var/lib/snapd/modeenv` file.

This commit implements support to read/use this file.

49c25b7... by Michael Vogt

devicestate: rename ensureSeedYaml -> ensureSeeded

The old name does not really fit what the code is doing. It ensures
that the system becomes seeded.

d84f3a5... by Michael Vogt

Merge pull request #7754 from mvo5/release-2.42.2

release: 2.42.2

5ce333d... by Michael Vogt

Merge pull request #7713 from pedronis/seed-20-channel-override

 seed: Core 20 seeds channel overrides support for grade dangerous

b61b093... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into release-2.42.2

bf6878c... by Michael Vogt

releasing package snapd version 2.42.2

5d8b0ab... by Michael Vogt

Merge pull request #7751 from cmatsuoka/cmd-get-fix-help

cmd: fix the get command help message

9b1b04b... by Michael Vogt

Merge pull request #7752 from sergiocazzolato/tests-enable-degraded-on-arch

tests: enable degraded test on arch linux after latest image updates