xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/mountinfo (revision a3e6a48cdf4a5dad5422fa2611f24fc0f8da9e20)
1#!/bin/bash
2#
3# config: 2 30
4# @brief: Collect mount information.
5#
6
7# shellcheck source=/dev/null
8. "$DREPORT_INCLUDE"/functions
9
10desc="mount info"
11file_name="mountinfo.log"
12command="mount"
13
14add_cmd_output "$command" "$file_name" "$desc"