1
0
mirror of https://github.com/rancher/os.git synced 2025-07-19 09:26:27 +00:00
os/files/usr/lib/os-release.tmpl
2021-06-16 01:52:08 -07:00

10 lines
286 B
Cheetah

NAME="${OS_NAME}"
VERSION="v${OS_VERSION} (${OS_GIT})"
ID="rancheros"
ID_LIKE="suse opensuse"
VERSION_ID="${OS_VERSION}"
PRETTY_NAME="${OS_NAME} v${OS_VERSION} (${OS_GIT})"
ANSI_COLOR="0;32"
BUG_REPORT_URL="https://github.com/rancher/os/issues"
HOME_URL="https://github.com/rancher/os"