diff --git a/scripts/distro b/scripts/distro index e54410c90..922960d2b 100755 --- a/scripts/distro +++ b/scripts/distro @@ -37,6 +37,9 @@ elif [ "${OS}" = "Linux" ] ; then elif [ -f /etc/debian_version ] ; then DIST="Debian `cat /etc/debian_version`" REV="" + elif [ -f /etc/gentoo-release ] ; then + DIST="Gentoo" + REV=$(tr -d '[[:alpha:]]'