From 56e53a5324037abcaf710f98ad8d74d13073f51b Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Tue, 12 Nov 2024 23:18:37 -0800 Subject: [PATCH] Add /etc/ethers and /etc/hosts to support data (#1686) --- files/app/main/tools/e/supportdata.ut | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/app/main/tools/e/supportdata.ut b/files/app/main/tools/e/supportdata.ut index 9b924a3f..0db85297 100755 --- a/files/app/main/tools/e/supportdata.ut +++ b/files/app/main/tools/e/supportdata.ut @@ -44,6 +44,8 @@ const files = [ "/etc/board.json", "/etc/config/", "/etc/config.mesh/", + "/etc/ethers", + "/etc/hosts", "/etc/local/", "/etc/mesh-release", "/etc/os-release",