Add Gentoo as Linux version

This commit is contained in:
mboelen 2016-03-17 18:11:03 +01:00
parent 2b6284fb0f
commit 39f24a57b9
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
# E-smith # E-smith
if [ -e "/etc/e-smith-release" ]; then OS_FULLNAME=`cat /etc/e-smith-release`; fi if [ -e "/etc/e-smith-release" ]; then OS_FULLNAME=`cat /etc/e-smith-release`; fi
# Gentoo # Gentoo
if [ -e "/etc/gentoo-release" ]; then OS_FULLNAME=`cat /etc/gentoo-release`; fi if [ -e "/etc/gentoo-release" ]; then LINUX_VERSION="Gentoo"; OS_FULLNAME=`cat /etc/gentoo-release`; fi
# Red Hat and others # Red Hat and others
if [ -e "/etc/redhat-release" ]; then if [ -e "/etc/redhat-release" ]; then