From e40e563cb8678395a3c8d0410def535a355abd26 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 20 Aug 2016 06:56:33 +0200 Subject: [PATCH] live-build/auto/build: Fix typo in netplan policy snippet. *brown paperbag* (LP: #1615180) --- debian/changelog | 7 +++++++ live-build/auto/build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9ecab05..0082748b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.429) UNRELEASED; urgency=medium + + * live-build/auto/build: Fix typo in netplan policy snippet. + *brown paperbag* (LP: #1615180) + + -- Martin Pitt Sat, 20 Aug 2016 06:55:34 +0200 + livecd-rootfs (2.428) yakkety; urgency=medium * live-build/auto/build: Move NetworkManager configuration to the right diff --git a/live-build/auto/build b/live-build/auto/build index d742bba0..103b5005 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -203,7 +203,7 @@ EOF cat < chroot/etc/netplan/01-network-manager-all.yaml # Let NetworkManager manage all devices on this system network: - version 2 + version: 2 renderer: NetworkManager EOF else