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

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

Branch merges

Branch information

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

Recent commits

f3761fc... by Maciej Borzecki

boot: fix comment typo

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

8cb3bd3... by Michael Vogt

boot: use osutil.CopyFlag{PreserveAll,Sync} in makeBootable20RunMode

2ce11de... by Michael Vogt

boot: copy kernel/base to data partition in makeBootable20RunMode

The kernel/base must be copied into the ubuntu-data partition
when making the system runnable. This commit adds the needed
code to do this.

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.