blob: 00cb22c48c404bc9dffd025ca7976873da0807aa [file] [log] [blame]
Jayanth Othayoth64d6d6a2017-10-15 06:04:04 -05001#!/bin/bash
2#
George Liuff92ffe2021-02-09 15:01:53 +08003# config: 12345 1
Jayanth Othayoth64d6d6a2017-10-15 06:04:04 -05004# @brief: Collect OS release information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="OS release info"
10file_name="/etc/os-release"
11
Marri Devender Rao5ba71762019-06-06 07:32:39 -050012add_copy_sym_link_file "$file_name" "$desc"