Comment 8 for bug 2078759

Revision history for this message
Bin Li (binli) wrote :

@seb128,

 I checked the history, and the comment line has been there since the first commit. I'm not sure if there's a reason to keep it. Could we remove the comment line in the YAML file? I just made a MR with the suggestion from 'Danilo Egea Gondolfo'. Feel free to reject it if it's not acceptable. Thanks!

commit 38a5c5b213120a2a8d96b3238e4e3f4566a13c4b
Author: Dave Jones <email address hidden>
Date: Thu May 18 15:33:43 2023 +0100

    Move 01-use-network-manager.yaml

    To /lib/netplan/ and remove (or move, if modified) the original in
    /etc/netplan. Use 00- prefix as agreed at the sprint to ensure it's
    first in the configuration order. Finally, use 0600 mode to stop the
    newer netplan complaining about the file mode.

diff --git a/data/ubuntu/00-network-manager-all.yaml b/data/ubuntu/00-network-manager-all.yaml
new file mode 100644
index 0000000..4a8fd08
--- /dev/null
+++ b/data/ubuntu/00-network-manager-all.yaml
@@ -0,0 +1,4 @@
+# Let NetworkManager manage all devices on this system
+network:
+ version: 2
+ renderer: NetworkManager