mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-24 20:01:14 +00:00
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
|