~mvo/snapd/+git/snapd-mvo:core20-make-runnable-empty

Last commit made on 2019-12-05
Get this branch:
git clone -b core20-make-runnable-empty https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
core20-make-runnable-empty
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

b260bf4... by Michael Vogt

devicestate: call boot.MakeRunnable() in devicestate

When installing a UC20 system from the recovery partition snapd
needs to make the run system runnable. This is done via a new
boot.MakeRunnable() helper that will setup the required bootloader
and modeenv changes. This commit adds an empty MakeRunnable()
helper and the high level wiring so that the helper is called
in the right way (plus tests for this).

d567b8e... by Michael Vogt

Merge pull request #7837 from mvo5/core20-devicemgr-install-2

devicestate: implement creating partitions in "install" mode

ce66237... by Maciej Borzecki

Merge pull request #7775 from pedronis/seed-20-extra-snaps

seed: support extra snaps on top of Core 20 dangerous models

2f0467b... by Michael Vogt

Merge pull request #7842 from sergiocazzolato/tests-improve-snaps-to-cache

tests: cache snaps also for ubuntu core and add new snaps to cache

bf1f2c9... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into core20-devicemgr-install-2

8af6137... by Claudio Matsuoka

Merge pull request #7832 from mvo5/core20-cmd-bootstrap-auto-detect-system-seed

snap-bootstrap: support auto-detect device in create-partitions

78f6aa2... by Claudio Matsuoka

Merge branch 'master' into core20-cmd-bootstrap-auto-detect-system-seed

93efd2c... by Claudio Matsuoka

Merge pull request #7841 from cmatsuoka/prevent-consistency-error-2

tests: fix partitioning test debug message

6032b04... by Sergio Cazzolato

Cache snaps also for ubuntu core and add new snaps to cache

New snpas to be cached based on an evaluation done listing all the snaps
installed.
Also fixed snap profiler caching
Also caching snaps for ubuntu core in a more elegant way

d16a0ea... by Claudio Matsuoka

tests: fix partitioning test debug message

Allow the partitioning test to continue normally when ID_FS_TYPE
is not found in the property list.

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