Import patches-unapplied version 2.458 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: 7fd585146bdd0f08adaf5c9cc0e06c82626266d8

New changelog entries:
  * Move default netplan config for server-live image to where hook will
    pick it up.
This commit is contained in:
Michael Hudson-Doyle 2017-09-18 10:47:59 +12:00 committed by usd-importer
parent 7fd585146b
commit e4b41272e2
7 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.458) artful; urgency=medium
* Move default netplan config for server-live image to where hook will
pick it up.
-- Michael Hudson-Doyle <mwhudson@debian.org> Mon, 18 Sep 2017 10:47:59 +1200
livecd-rootfs (2.457) artful; urgency=medium
* Enable systemd-networkd by default.

View File

@ -24,7 +24,7 @@ fi
. config/functions
SQUASH_ROOT=binary/boot/squashfs.dir
OVERLAY_ROOT=binary/boot/overlay.dir
OVERLAY_ROOT=binary/overlay
mkdir -p "$OVERLAY_ROOT"