Created
September 27, 2024 19:24
-
-
Save jlebon/908e45c42ce9e365fb83d7470cbbb40c to your computer and use it in GitHub Desktop.
/etc/os-release in "pure RHEL" RHCOS system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAME="Red Hat Enterprise Linux CoreOS" | |
VERSION="9.4.202409221629-0 (Plow)" | |
ID="rhel" | |
ID_LIKE="fedora" | |
VERSION_ID="9.4" | |
PLATFORM_ID="platform:el9" | |
PRETTY_NAME="Red Hat Enterprise Linux CoreOS 9.4.202409221629-0 (Plow)" | |
ANSI_COLOR="0;31" | |
LOGO="fedora-logo-icon" | |
CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos" | |
HOME_URL="https://www.redhat.com/" | |
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9" | |
BUG_REPORT_URL="https://issues.redhat.com/" | |
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9" | |
REDHAT_BUGZILLA_PRODUCT_VERSION=9.4 | |
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" | |
REDHAT_SUPPORT_PRODUCT_VERSION="9.4" | |
OSTREE_VERSION='9.4.202409221629-0' | |
VARIANT=CoreOS | |
VARIANT_ID=coreos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment