From 771623832b3b8686a9334fc52682f171f8b028e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Siglen?= Date: Fri, 29 Aug 2025 17:46:33 +0200 Subject: [PATCH] dbginfo.sh: Add NetworkManager and netplan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NetworkManager stores new network profiles in keyfile format in the /etc/NetworkManager/system-connections/ directory. /etc/network/interfaces might be replaced by /etc/netplan on some systems Reviewed-by: Mario Held Reviewed-by: Michael Storzer Signed-off-by: Jörn Siglen Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 0ed564d8..21e138a9 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -435,8 +435,10 @@ CONFIGFILES="\ /etc/modules-load.d/*.conf\ /etc/mtab\ /etc/multipath\ + /etc/netplan\ /etc/network\ /etc/networks\ + /etc/NetworkManager\ /etc/opencryptoki/*.conf\ /etc/pam.d\ /etc/profile\