~mvo/snapd/+git/snapd-mvo:snap-bootstrap-cmd-initramfs-mount-seed-2

Last commit made on 2019-11-26
Get this branch:
git clone -b snap-bootstrap-cmd-initramfs-mount-seed-2 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-bootstrap-cmd-initramfs-mount-seed-2
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

12b9628... by Michael Vogt

devicestate: make /var/lib/snapd/seed available in install mode

So far we don't bind mount /var/lib/snapd/seed in the uc20. We
need the ubuntu-seed partition mounted here. This commit implements
this.

084f27e... by Michael Vogt

Merge pull request #7790 from mvo5/modeenv-2

boot: add boot.Modeenv that can read/write the UC20 modeenv files

5678534... by Michael Vogt

boot: use "=" as separator in modeenv

c780160... by Michael Vogt

boot: improve Modeenv.Write() and tests

0d0152b... by Michael Vogt

boot: write modeenv atomically

a422fc9... by Michael Vogt

boot: rename Modeenv.RecoverySystemLabel -> SystemLabel

45b0f75... by Michael Vogt

Merge pull request #7789 from mvo5/boot-uc20-3

bootloader: add new bootloader.InstallBootConfig()

e5f6a08... by Michael Vogt

boot: add boot.Modeenv that can read/write the UC20 modeenv files

This commits adds basic support for the modeenv file that will be
used on UC20 systems to keep track of the run mode, the recovery
system to use (and more later).

6cf5a7d... by Samuele Pedroni

many: share single implementation to list needed default-providers (#7787)

* Let snap export actually two helpers related to this, one taking []*snap.PlugInfo, the other starting from *snap.Info. The core logic is shared though.
* simplify code, thanks @stolowski
* expand comment on ifacestate snap.DefaultContentProviders use

e9fcf78... by Michael Vogt

Merge pull request #7746 from mvo5/snap-boostrap-cmd-initramfs

snap-bootstrap: implement "snap-bootstrap initramfs-mounts"