diff options
-rw-r--r-- | etc.BSD/os-release | 7 | ||||
-rw-r--r-- | etc.Linux/os-release | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/etc.BSD/os-release b/etc.BSD/os-release new file mode 100644 index 00000000..d15cc51d --- /dev/null +++ b/etc.BSD/os-release @@ -0,0 +1,7 @@ +NAME=Gentoo +ID=gentoo +PRETTY_NAME="Gentoo/BSD" +ANSI_COLOR="1;32" +HOME_URL="http://www.gentoo.org/" +SUPPORT_URL="http://www.gentoo.org/main/en/support.xml" +BUG_REPORT_URL="https://bugs.gentoo.org/" diff --git a/etc.Linux/os-release b/etc.Linux/os-release new file mode 100644 index 00000000..44ff8fbd --- /dev/null +++ b/etc.Linux/os-release @@ -0,0 +1,7 @@ +NAME=Gentoo +ID=gentoo +PRETTY_NAME="Gentoo/Linux" +ANSI_COLOR="1;32" +HOME_URL="http://www.gentoo.org/" +SUPPORT_URL="http://www.gentoo.org/main/en/support.xml" +BUG_REPORT_URL="https://bugs.gentoo.org/" |