mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-15 07:08:23 +00:00
Imported using git-ubuntu import. Changelog parent: 7fd585146bdd0f08adaf5c9cc0e06c82626266d8 New changelog entries: * Move default netplan config for server-live image to where hook will pick it up.
14 lines
305 B
YAML
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
|