| Jayanth Othayoth | 64d6d6a | 2017-10-15 06:04:04 -0500 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # | ||||
| George Liu | ff92ffe | 2021-02-09 15:01:53 +0800 | [diff] [blame] | 3 | # config: 12345 1 |
| Jayanth Othayoth | 64d6d6a | 2017-10-15 06:04:04 -0500 | [diff] [blame] | 4 | # @brief: Collect OS release information. |
| 5 | # | ||||
| 6 | |||||
| 7 | . $DREPORT_INCLUDE/functions | ||||
| 8 | |||||
| 9 | desc="OS release info" | ||||
| 10 | file_name="/etc/os-release" | ||||
| 11 | |||||
| Marri Devender Rao | 5ba7176 | 2019-06-06 07:32:39 -0500 | [diff] [blame] | 12 | add_copy_sym_link_file "$file_name" "$desc" |