From b5d1f925df6e1254aa65a446a5b15c012e5d5994 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 13 Jan 2026 10:24:31 -0500 Subject: [PATCH] profile: use branding.eclass to help brand Pentoo better --- profiles/pentoo/base/make.defaults | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/pentoo/base/make.defaults b/profiles/pentoo/base/make.defaults index 3979f3df0..b38bffb57 100644 --- a/profiles/pentoo/base/make.defaults +++ b/profiles/pentoo/base/make.defaults @@ -74,3 +74,12 @@ L10N="en en-US" # but the hardware is mostly functional without them so for now # prevent breakage by not installing the firmware INSTALL_MASK="/lib/firmware/mediatek/BT_RAM_CODE_MT*.bin*" + +# Branding.eclass +BRANDING_OS_NAME='Pentoo' +BRANDING_OS_ID='pentoo' +BRANDING_OS_ID_LIKE='gentoo' +BRANDING_OS_HOME_URL='https://pentoo.org/' +BRANDING_OS_SUPPORT_URL='https://pentoo.org/' +BRANDING_OS_BUG_REPORT_URL='https://github.com/pentoo/pentoo-overlay/issues' +BRANDING_OS_PRETTY_NAME='Pentoo Linux'