- Rename extensions with "net-*" prefix - Put the extensions into their own folder - Split off time sync packages into their own extensions to be able to be used separately - Put their config files into directories instead of using inline `cat <<- EOF >` - Move some other NetworkManager related stuff into the extension - Remove unneeded steps - Install iproute2 by default on all images (for the `ip` command)
12 lines
341 B
YAML
12 lines
341 B
YAML
# Added by Armbian
|
|
#
|
|
# Reference: https://netplan.readthedocs.io/en/stable/netplan-yaml/
|
|
#
|
|
# Let NetworkManager manage all devices on this system.
|
|
# Any device will come up with DHCP, once carrier is detected.
|
|
# This is basically Netplan passing control over to NetworkManager at boot time.
|
|
|
|
network:
|
|
version: 2
|
|
renderer: NetworkManager
|