diff options
Diffstat (limited to 'src/etc/os-release')
-rw-r--r-- | src/etc/os-release | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/etc/os-release b/src/etc/os-release new file mode 100644 index 0000000..d2246e2 --- /dev/null +++ b/src/etc/os-release @@ -0,0 +1,8 @@ +NAME='@DISTRIBUTION@ @OS@' +VERSION='@VERSION@' +ID='@DISTRIBUTION_ID@' +VERSION_ID='@VERSION@' +PRETTY_NAME='@DISTRIBUTION@ @OS@ @VERSION@' +ANSI_COLOR='@DISTRIBUTION_ANSI_COLOR@' +HOME_URL='@DISTRIBUTION_HOME_URL@' +BUG_REPORT_URL='@DISTRIBUTION_BUG_URL@' |