~mvo/snapd/+git/snapd-mvo:core20-make-bootable-extract-kernel

Last commit made on 2019-12-17
Get this branch:
git clone -b core20-make-bootable-extract-kernel https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
core20-make-bootable-extract-kernel
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

62f67df... by Michael Vogt

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

7ee4757... by Michael Vogt

Merge pull request #7914 from xnox/run-mode-optimize

bootstrap: reduce runmode mounts from 5 to 2 steps.

deb53b4... by Michael Vogt

Merge pull request #7915 from anonymouse64/typo/lk-include-file

lkenv.go: adjust for new location of include file

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

1019d1a... by Ian Johnson

lkenv.go: adjust for new location of include file

This file was moved in 381f5acc5f2a5d7a6fc8eacc6f680a85990cd7c6, but the
location here in the code was not updated to reflect this.

Signed-off-by: Ian Johnson <email address hidden>

0983a4a... by Dimitri John Ledkov

bootstrap: reduce runmode mounts from 5 to 2 steps.

Perform similar refactor in runMode, as was done in installMode and
mount all available mount points in combined step.

7f29400... by Michael Vogt

boot,bootloader: extract kernel in makeBootable20RunMode

This commit adds kernel extraction to makeBootable20RunMode.
It cheats a bit right now and writes an UC16 compatible
boot environment. But by doing so the system should be able
to successfully go into "run" mode.

251a4b8... by Michael Vogt

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