Michael Hudson-Doyle a24eb25b00 Import patches-unapplied version 2.527 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.

Changelog parent: a4e3e38884e7e5f658e6b9c920cd94fc8f88e92c

New changelog entries:
  * Symlink systemd-networkd-wait-online to /bin/true in the live installer
    live session to avoid depending on buggy systemd behaviour.
  * Remove "optional: true" from installer netplan config.
2018-05-23 02:28:12 +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