live-build/auto/build: Fix typo in netplan policy snippet.

*brown paperbag* (LP: #1615180)
This commit is contained in:
Martin Pitt 2016-08-20 06:56:33 +02:00
parent 4da18fdd74
commit e40e563cb8
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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 <martin.pitt@ubuntu.com> 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

View File

@ -203,7 +203,7 @@ EOF
cat <<EOF > 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