From 4f6a3d4756f2f98a71acfc7f43a5efdfe78d26d8 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Fri, 8 Apr 2016 15:59:22 -0400 Subject: [PATCH] Add /etc/hosts and /etc/pip.conf to files retrieved for diagnostic Change-Id: I6b3c81c93f126e85e560a445c276425a562711f9 --- tools/copy-logs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/copy-logs.sh b/tools/copy-logs.sh index 9e05a9277..2e8eb6fbb 100755 --- a/tools/copy-logs.sh +++ b/tools/copy-logs.sh @@ -75,6 +75,8 @@ function get_config_and_logs { '/etc/os-release' '/etc/sudoers' '/etc/sudoers.d' + '/etc/hosts' + '/etc/pip.conf' '/etc/libvirt' '/var/log/libvirt' '/etc/qemu'