Michael Hudson-Doyle 7cb691d747 Import patches-unapplied version 2.525.1 to ubuntu/bionic-proposed
Imported using git-ubuntu import.

Changelog parent: af4bbf0879de41bdc08f01c83a0a4f61da6889ad

New changelog entries:
  * Symlink systemd-networkd-wait-online to /bin/true in the live installer
    live session to avoid depending on buggy systemd behaviour. (LP: #1773719)
  * Remove "optional: true" from installer netplan config.
2018-05-28 19:18:35 +00:00

14 lines
305 B
YAML

# 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