commit: a437fae9e64f4f6d810433ea73e834cd0caae962 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sat Apr 17 19:37:49 2021 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Apr 17 19:37:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=a437fae9
fix PRETTY_NAME Fixes: https://bugs.gentoo.org/772155 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> etc.Linux/os-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc.Linux/os-release b/etc.Linux/os-release index 2a75fec6..b8274bc8 100644 --- a/etc.Linux/os-release +++ b/etc.Linux/os-release @@ -1,6 +1,6 @@ NAME=Gentoo ID=gentoo -PRETTY_NAME="Gentoo/Linux" +PRETTY_NAME="Gentoo Linux" ANSI_COLOR="1;32" HOME_URL="https://www.gentoo.org/" SUPPORT_URL="https://www.gentoo.org/support/"
