~mvo/snapd/+git/snapd-mvo:core20-install-kernel-extract-hacktowork

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

Branch merges

Branch information

Name:
core20-install-kernel-extract-hacktowork
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

fd54f21... by Michael Vogt

hack snapd enough to boot into run mode

43ae40c... by Claudio Matsuoka

boot,devicestate: extract kernel to boot partition

Extract the kernel and initrd images from the kernel snap to the
ubuntu-boot partition during installation.

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

da7931c... by Claudio Matsuoka

boot: update modenv and grubenv during install

Create a modenv on ubuntu-data and update the ubuntu-seed grubenv
when installing the system.

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

ebc12cf... by Claudio Matsuoka

snap-bootstrap: mount filesystems after creation

The newly created filesystems will needed to be accessed or populated
in the installation process. Mount them here for convenience.

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

184045e... by Claudio Matsuoka

Merge pull request #7903 from pedronis/follow-ups

overlord,boot: follow ups to #7889 and #7899

61a188f... by Claudio Matsuoka

Merge pull request #7896 from MirServer/interfaces/wayland

interfaces/wayland: Add access to Xwayland's shm files

f0edeec... by Samuele Pedroni

Merge pull request #7902 from pedronis/paper-cut-snapctl-own-help-cmd-name

o/hookstate/ctlcmd: fix command name in snapctl -h

It was wrongly "snapd" instead of "snapctl" because of where the code actually runs and go-flags default of os.Args[0].

aa2759d... by Samuele Pedroni

follow-up: fix/improve doc comments (thanks @bboozzoo)

bb965e9... by Samuele Pedroni

follow-up: improve TestLocalInstallUndo (thanks @bboozzoo)

b50f2f1... by Samuele Pedroni

o/hookstate/ctlcmd: fix command name in snapctl -h

it was wrongly "snapd" instead of "snapctl"