mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-07 06:44:09 +00:00
Imported using git-ubuntu import. Changelog parent: 3adf9af2a9d022af3323c328c130ca95842f1181 New changelog entries: * Improve teardown_mountpoint to recursively find all submounts and unmount them, instead of working from a hard-coded list. This makes the code resilient against other submounts being added later, including downstream. * Also nuke the sleep / udevadm settle calls in the process, which should never be required and slow down the builds. [ Michael Hudson-Doyle ] * set a default netplan config of dhcp-on-ethernet for the server live image
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
|