~mvo/snapd/+git/snapd-mvo:cmd-snap-boostrap-fix-modeenv-location

Last commit made on 2019-11-28
Get this branch:
git clone -b cmd-snap-boostrap-fix-modeenv-location https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
cmd-snap-boostrap-fix-modeenv-location
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

a88437b... by Michael Vogt

cmd-boostrap: write /var/lib/snapd/modeenv to the right place

The "ubuntu-data" partition (writable) has traditionally two
toplevel dirs:
- system-data
- user-data

The user-data dir is mounted on top of /home and system-data
is /. The modeenv file from "snap-bootstrap initramfs-mounts"
is written to the wrong location (the "system-data" part is
missing). This commit fixes this.

1dbf5df... by Michael Vogt

Merge pull request #7811 from pedronis/snap-bootstrap-find-seed-naming

cmd/snap-bootstrap: some small naming and code org tweaks

0fdddfb... by Michael Vogt

Merge pull request #7796 from bboozzoo/bboozzoo/system-defaults-only-once

overlord/snapstate: make sure configuration defaults are applied only once

dbf0478... by Michael Vogt

Merge pull request #7808 from mvo5/release-2.42.3

release: 2.42.3

89dd778... by Michael Vogt

Merge pull request #7807 from mvo5/snap-bootstrap-no-longer-testing-only

snap-bootstrap: remove SNAPPY_TESTING check, we use it for real now

f33ca98... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into bboozzoo/system-defaults-only-once

e75fe6a... by Samuele Pedroni

cmd/snap-bootstrap: some small naming and code org tweaks

d17c565... by Samuele Pedroni

Merge pull request #7809 from mvo5/unbreak-master-7

interfaces: remove leftover reservedForOS

In one of the recent PRs the reservedForOS part of commonInterface
got removed. Apparently some later commit brought another instance
of this back so this commit fixes that.

1f4c7c9... by Michael Vogt

Merge pull request #7792 from mvo5/snap-bootstrap-cmd-initramfs-write-modeenv-2

snap-bootstrap: write /run/mnt/ubuntu-data/var/lib/snapd/modeenv

ad21fe3... by Maciej Borzecki

overlord/snapstate: tweak config defaults checks

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