~mvo/snapd/+git/snapd-mvo:core20-boot-not-runmode

Last commit made on 2019-12-17
Get this branch:
git clone -b core20-boot-not-runmode https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
core20-boot-not-runmode
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

3687fb7... by Michael Vogt

snapstate: skip kernel extraction in "ephemeral" mode

In ephemeral mode we never need to setup the bootloader for
a new kernel. When we install the system we do this via
boot.MakeBootable instead.

bb2cd8d... by Michael Vogt

snapstate: do not try up update bootloader in ephemeral mode

When installing/seeding a base/kernel in ephemeral mode there
is no need to update the bootloader because kernel/base will
come from the recovery system and it does not make sense to
try to update the bootloader at this point.

This commit adds code that detects when the system is in
ephemeral mode and will skip setting the bootloader then.

6fc30ea... by Michael Vogt

Merge pull request #7909 from mvo5/unsquasfs-err

snap: improve squashfs.ReadFile() error

5ccc3e1... by Michael Vogt

Merge pull request #7911 from xnox/uc20-shutdown

systemd: fix uc20 shutdown

9e20b97... by Michael Vogt

Merge pull request #7912 from mvo5/core20-make-bootable-modeenv

boot: write modeenv when creating the run mode

251a4b8... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into core20-make-bootable-modeenv

144671d... by Michael Vogt

Merge pull request #7910 from mvo5/core20-make-bootable-opts

boot,image: add skeleton boot.makeBootable20RunMode

e61f171... by Paweł Stołowski

Merge pull request #7658 from stolowski/prebaking/snap-start-preseed

cmd/snap-preseed: add snap-preseed executable

Introduce snap-preseed helper command line tool. The tool needs to be run against a target chroot (e.g. a mounted ubuntu-cloud image) . It's job is to find the target snapd (i.e. one coming from seeds/ inside chroot), mount it and and execute snapd in the new "pre-seeding" mode (controlled by SNAPD_PRESEED env var passed to snapd).

294d6dd... by Paweł Stołowski

Tweak the starting preseed message.

6d53269... by Paweł Stołowski

Merge branch 'master' into prebaking/snap-start-preseed