Info I've gathered about this issue so far:
The netplan should be written to this location:
/etc/netplan/01-network-manager-all.yaml
And should contain:
# Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManager
See this reference:
http://bazaar.la
Ah, so this code:
if dpkg --compare-versions "$2" le-nl "1.2.2-0ubuntu4"; then
mkdir -p /etc/NetworkManager/conf.d || true
# for old versions, override the global config with a null
config
touch
/etc/NetworkManager/conf.d/10-globally-manage
2 matches
Mail list logo