From 1676147a84bfda0f05461d3cd5f8f94da09d3035 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Mon, 11 Sep 2017 23:24:30 +1200 Subject: [PATCH] add some dhcp-on-wired-looking-things default netplan for the server live image --- .../etc/netplan/00-installer-config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 live-build/ubuntu-server/includes.binary/etc/netplan/00-installer-config.yaml diff --git a/live-build/ubuntu-server/includes.binary/etc/netplan/00-installer-config.yaml b/live-build/ubuntu-server/includes.binary/etc/netplan/00-installer-config.yaml new file mode 100644 index 00000000..b8399cb6 --- /dev/null +++ b/live-build/ubuntu-server/includes.binary/etc/netplan/00-installer-config.yaml @@ -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