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

10 lines
286 B
Cheetah
Raw Normal View History

2021-06-06 00:31:50 +00:00
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"