3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-25 18:01:17 +00:00

Move default netplan config for server-live image to where hook will

pick it up.
This commit is contained in:
Dimitri John Ledkov 2017-09-19 12:07:35 +01:00
commit f16f1c4229
7 changed files with 8 additions and 1 deletions
debian
live-build/ubuntu-server
hooks
includes.binary/overlay
etc/netplan
lib/systemd/system

7
debian/changelog vendored

@ -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.

@ -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"