summaryrefslogtreecommitdiffstats
path: root/ffdc
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-07-13 06:00:47 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-07-28 18:31:13 +0000
commit5cca05a8e3ea732e1f57bedf698de3bb7820116c (patch)
treed6396a16ff53ed59ad56719c79c4a901ff040cd7 /ffdc
parentab741df3415931d146460af88e79716e4bd40fe2 (diff)
downloadphosphor-debug-collector-5cca05a8e3ea732e1f57bedf698de3bb7820116c.tar.gz
phosphor-debug-collector-5cca05a8e3ea732e1f57bedf698de3bb7820116c.zip
Include core file in FFDC tarball
Change-Id: I924b6724c715b81da5dc9d53094358993dcd335a Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'ffdc')
-rw-r--r--ffdc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffdc b/ffdc
index 4ee0814..aeb2b51 100644
--- a/ffdc
+++ b/ffdc
@@ -37,6 +37,7 @@ declare -a arr=(
# Copy all content from these directories into directories in the .tar
# Format: "Directory name" "Directory to copy"
"obmc" "/var/lib/obmc/"
+ "core" "/var/lib/systemd/coredump"
)
dir=$"ffdc_$(date +"%Y-%m-%d_%H-%M-%S")"
OpenPOWER on IntegriCloud