add some dhcp-on-wired-looking-things default netplan for the server live image

This commit is contained in:
Michael Hudson-Doyle 2017-09-11 23:24:30 +12:00
parent ee344f1d1a
commit 1676147a84

View File

@ -0,0 +1,13 @@
# This is the initial network config.
# It can be overwritten by cloud-init or subiquity.
network:
version: 2
ethernets:
all-en:
match:
name: "en*"
dhcp4: true
all-eth:
match:
name: "eth*"
dhcp4: true