Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
a3e6a48cdf4a5dad5422fa2611f24fc0f8da9e20
/
.
/
tools
/
dreport.d
/
plugins.d
/
mountinfo
blob: 88b0c8e876fe411c3111402f5c7155965460f264 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# config: 2 30
# @brief: Collect mount information.
#
# shellcheck source=/dev/null
.
"$DREPORT_INCLUDE"
/
functions
desc
=
"mount info"
file_name
=
"mountinfo.log"
command
=
"mount"
add_cmd_output
"$command"
"$file_name"
"$desc"