snap-core18:remove-ssh-keys

Last commit made on 2018-12-19
Get this branch:
git clone -b remove-ssh-keys https://git.launchpad.net/snap-core18

Branch merges

Branch information

Name:
remove-ssh-keys
Repository:
lp:snap-core18

Recent commits

db9ac7f... by Łukasz Zemczak

Remove build-time openssh-server host keys and add service to auto-generating them on boot.

aba1735... by Łukasz Zemczak

Merge pull request #107 from snapcore/remove-machine-id

As per what we did in core16, remove dbus's machine-id.

99a5a39... by Łukasz Zemczak

Fix typo in comment from live-build's source.

c6ba662... by Łukasz Zemczak

As per what we did in core16, remove dbus's machine-id.

2aed1f6... by Michael Vogt

Merge pull request #106 from mvo5/writable-cloud

static,hooks: make /etc/cloud a "synced" dir for now

633fbdf... by Michael Vogt

static,hooks: make /etc/cloud a "synced" dir for now

We write an empty /writable/system-data/etc/cloud directory into
the UC18 image. This means that the code that processes the
"transition" dirs assumes the content was already copied and skips
this dir. Using "synced" unbreaks things.

Once we have removed the creation of this dir during image bulding
we can revert this patch again.

6460fa9... by Michael Vogt

Merge pull request #105 from mvo5/ds-identify

static: add ds-identify.cfg back

298d953... by Michael Vogt

static: add ds-identify back

78bf95f... by Michael Vogt

Merge pull request #103 from mvo5/really-add-snapd-seeded

static: add missing systemd symlinks

66c9c11... by Michael Vogt

static: fix name to cloud-final.service.wants (thanks Steve!)