Dimitri John Ledkov f0de674aad Import patches-unapplied version 2.518 to ubuntu/bionic-proposed
Imported using git-ubuntu import.

Changelog parent: 7f7f42d61d0b129a8baaab87ba522c098b614bda

New changelog entries:
  * Make subiquity installer boot quicker, by making dhcp interfaces
    optional, such that wait-online is not blocking bringing up the
    installer UI.
2018-04-03 14:14:17 +00:00

16 lines
359 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
optional: true
all-eth:
match:
name: "eth*"
dhcp4: true
optional: true