~mvo/snapd/+git/snapd-mvo:core20-devicemgr-install-read-runmode

Last commit made on 2019-11-27
Get this branch:
git clone -b core20-devicemgr-install-read-runmode https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
core20-devicemgr-install-read-runmode
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

3692b92... by Michael Vogt

devicestate: add XXX about DeviceManager.OperationMode()

4cc154e... by Michael Vogt

devicestate: move TestDeviceManagerReadsModeenv to devicestate_test.go

8fbb488... by Michael Vogt

devicemanager: rename runMode -> operatingMode

f528205... by Michael Vogt

devicestate: read modeenv early and store in devicestate

On UC20 systems the "run-mode" (install,recover,run) is an important
part of the device state. Read it early in the devicemanager code
and keep around. Also avoid registration when in "install" mode.

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()