summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-04-17 14:37:49 -0500
committerWilliam Hubbs <williamh@gentoo.org>2021-04-17 14:37:55 -0500
commita437fae9e64f4f6d810433ea73e834cd0caae962 (patch)
tree2d36c59daadd343b939504e329652afc87e711b3
parentetc/profile: remove umask setting (diff)
downloadbaselayout-a437fae9e64f4f6d810433ea73e834cd0caae962.tar.gz
baselayout-a437fae9e64f4f6d810433ea73e834cd0caae962.tar.bz2
baselayout-a437fae9e64f4f6d810433ea73e834cd0caae962.zip
fix PRETTY_NAME
Fixes: https://bugs.gentoo.org/772155 Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--etc.Linux/os-release2
1 files changed, 1 insertions, 1 deletions
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/"