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

Last commit made on 2019-11-21
Get this branch:
git clone -b boot-uc20-1 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

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

Recent commits

3140193... by Michael Vogt

boot,bootloader: make MakeBootable() uc20 aware

The current MakeBootable() code is pretty specific to UC16/UC18.
For UC20 we need to tweak it to install the recovery boot config
in boot.MakeBootable().

This commit adds a new recoveryGrub bootloader that is similar
to the real grub except that it operations with different dirs
and will never extract the kernels. We will need to modify the
"pc" gadget for UC20 to rename the "grub.conf" symlink to
"grub-recovery.conf" so that the bootloader can find the right
grub.cfg.

This will also allow to access the recovery bootloader config
via: `bootloader.Find("/run/mnt/ubuntu-seed")`. This will be
needed in e.g. PR#7762 where after the install from the
emphemeral mode we need to set the bootloader config of the
recovery grub to `snapd_recovery_mode=run`.

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

4b41199... by Maciej Borzecki

tests/main/system-usernames: Amazon Linux 2 comes with libseccomp 2.4.1 now

According to the test, the current images of AMZN2 have libseccomp 2.4.1 and
support log action. It's likely that libseccomp 2.4.1 was recently moved to
amzn2-core repository, before there was only 2.3.1 version avaialble. The rpm -q
--changelog of libseccomp does not show anything interesting, but if the package
was indeed moved between repositories, this would not show up.

Signed-off-by: Maciej Borzecki <email address hidden>

59be1f0... by Sergio Cazzolato

Enable degraded test on arch linux after latest image updates

98c1da1... by Ian Johnson

Merge pull request #7431 from anonymouse64/bugfix/snap-disabled-services-saving

overlord/snapstate: don't re-enable and start disabled services on refresh, etc.