mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 05:37:04 +00:00
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.
16 lines
359 B
YAML
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
|