Imported 2.657

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2020-04-06 23:23:01 +00:00
parent 0684e5c9ee
commit efc2a85da5
2 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.657) focal; urgency=medium
* server: networkd applies the first sorted matching network file, thus
prefix 'all' fallback networks with 'zz-'.
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 03 Apr 2020 13:02:56 +0100
livecd-rootfs (2.656) focal; urgency=medium
[ David Krauser ]

View File

@ -25,11 +25,11 @@ chpasswd:
network:
version: 2
ethernets:
all-en:
zz-all-en:
match:
name: "en*"
dhcp4: true
all-eth:
zz-all-eth:
match:
name: "eth*"
dhcp4: true